Pixel-Composer/objects/o_main/Other_4.gml

8 lines
141 B
Plaintext
Raw Normal View History

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