mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 07:27:59 -05:00
fix indentation
This commit is contained in:
parent
56ebed9d81
commit
a149dcd6a2
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -15,11 +15,11 @@ USE_GEODE_NAMESPACE();
|
|||
|
||||
class $modify(MenuLayer) {
|
||||
void onMoreGames(CCObject*) {
|
||||
FLAlertLayer::create(
|
||||
"Geode",
|
||||
"Hello World from my Custom Mod!",
|
||||
"OK"
|
||||
)->show();
|
||||
FLAlertLayer::create(
|
||||
"Geode",
|
||||
"Hello World from my Custom Mod!",
|
||||
"OK"
|
||||
)->show();
|
||||
}
|
||||
};
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue