mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -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) {
|
class $modify(MenuLayer) {
|
||||||
void onMoreGames(CCObject*) {
|
void onMoreGames(CCObject*) {
|
||||||
FLAlertLayer::create(
|
FLAlertLayer::create(
|
||||||
"Geode",
|
"Geode",
|
||||||
"Hello World from my Custom Mod!",
|
"Hello World from my Custom Mod!",
|
||||||
"OK"
|
"OK"
|
||||||
)->show();
|
)->show();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue