Skip to content

Commit 0cab09c

Browse files
committed
added commmma
1 parent 5580b75 commit 0cab09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/psych_1.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@
12451245
"returns": "void",
12461246
"args": "tag:String, ?pos:Int = -1",
12471247
"documentation": "Inserts a Lua Sprite into the currently active Custom Substate.\n* `tag` - Lua Object tag to add.\n* `pos` *(Optional)* - Layering, default value is -1 and it inserts on top of everything.\n\n**Examples:**\n* `insertToCustomSubstate('mySprite')` - Insert Lua Sprite with tag \"mySprite\" at the top.\n* `insertToCustomSubstate('mySprite', 0)` - Insert Lua Sprite with tag \"mySprite\" at the bottom."
1248-
},
1248+
}
12491249
},
12501250
"variables": {
12511251
"Function_StopLua": {

0 commit comments

Comments
 (0)