mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix the typo
This commit is contained in:
parent
6cc010f43f
commit
089303345e
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
## v1.4.0
|
||||
* Add Android support !!!!
|
||||
* Implement every Geode functionality except openFolder
|
||||
* Implement every Geode functionality except `utils::file::openFolder`
|
||||
* Requires the Geode launcher in order to be used
|
||||
* Fixes the text input node allowing typing for 1 less character
|
||||
* Uses `logcat` in order to get crash reports, so reopening the game is required to generate them
|
||||
* Broma requires classes to be added `[[link(android)]]` in order to be linked
|
||||
* All Geode and GD files are stored in `Android/data/com.geode.launcher/files`
|
||||
* Game files in `games`, save files in `save`
|
||||
* Game files in `game`, save files in `save`
|
||||
* Allow logging to be disabled per mod (6d599a5)
|
||||
* Mod cells use layouts (114fa46)
|
||||
* MacOS console is now separate (182984d)
|
||||
|
|
Loading…
Reference in a new issue