Skip to content

Commit 9e9bed6

Browse files
committed
2 parents 841ac30 + ab485b8 commit 9e9bed6

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

266 KB
Loading

featured-mods/vs-zucco/cover.jpg

58.2 KB
Loading

featured-mods/vs-zucco/meta.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Vs. Zucco",
3+
"description": "Next OC mod, but good.",
4+
"author": "szymibymi",
5+
"version": "unreleased",
6+
"link": "https://x.com/FnfZucco",
7+
"source": "",
8+
9+
"lastUpdated": "unreleased",
10+
11+
"tags": ["upcoming", "softcoded"]
12+
}

wiki/modding/scripting/state-substate-scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ FlxG.switchState(new ModState("MyCustomState")); // assuming we have made a new
3939
```
4040
or this code
4141
```haxe
42-
openSubstate(new ModSubState("MyCustomSubstate")) // assuming we have made a new Script ./data/states/MyCustomSubstate.hx
43-
```
42+
openSubState(new ModSubState("MyCustomSubstate")) // assuming we have made a new Script ./data/states/MyCustomSubstate.hx
43+
```

0 commit comments

Comments
 (0)