Skip to content

Commit

Permalink
Add "persistent" to builtin JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
colinator27 committed Jul 25, 2024
1 parent 5ee564c commit 07317f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UndertaleModLib/BuiltinGameSpecificData/gamemaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,8 @@
"mouse_last_button": "Constant.MouseButton",
"os_type": "Constant.OperatingSystem",
"event_type": "Constant.EventType",
"instance_id": "Id.InstanceOrObject"
"instance_id": "Id.InstanceOrObject",
"persistent": "Bool"
},
"FunctionArguments": {
"action_create_object": [ "Asset.Object", null, null ],
Expand Down

0 comments on commit 07317f4

Please sign in to comment.