Pixel-Composer/objects/o_main/Other_4.gml

8 lines
141 B
Text
Raw Normal View History

2022-01-13 11:24:03 +07:00
/// @description init
2023-01-17 14:11:55 +07:00
MODIFIED = false;
2023-02-14 11:32:32 +07:00
PREF_LOAD();
#region reset data
ds_stack_clear(UNDO_STACK);
ds_stack_clear(REDO_STACK);
#endregion