Update README.md

This commit is contained in:
MeexReay 2024-04-22 19:38:08 +03:00 committed by GitHub
parent e194d7f204
commit 70e97ecf92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,10 +21,21 @@ How menu looks like
![Repeating mod menu](https://github.com/MeexReay/repeating-mod/assets/127148610/5af93d22-09ce-4d1c-9f07-f663227da364) ![Repeating mod menu](https://github.com/MeexReay/repeating-mod/assets/127148610/5af93d22-09ce-4d1c-9f07-f663227da364)
## Todo ## Todo
Releases dont have striked lines
- fix "Space in record name deletes record 0_0" - ~~fix "Space in record name deletes record 0_0"~~
- fix "Save record (edit name) on recording crashes the game" - ~~fix "Save record (edit name) on recording crashes the game"~~
- select record on click (you can see start and finish points when its selected) - select record on click (you can see start and finish points when its selected)
- select record on import - select record on import
- change icon in mod menu to new one - change icon in mod menu to new one
- practice mode like in geometry dash for parkours - practice mode like in geometry dash for parkours
## How to build
How to build mod from source
```
gradlew build
```
Compiled .jar file you can find in `build/libs`