made buttons square and added hotkeys

This commit is contained in:
2026-01-11 03:15:23 +05:00
parent 595c02231c
commit a08838bb8b
7 changed files with 104 additions and 78 deletions

View File

@@ -7,7 +7,7 @@ Requirements: git, bash, [dotnet8](https://dotnet.microsoft.com/en-us/download/d
1. ensure that [FusionCalculator](https://github.com/Timerix22/FusionCalculator) submodule is up-to-date.
```shell
git submodule init && git submodule update
it submodule update --init
```
2. Translate FusionCalculator to C#
```shell