mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +01:00
7 lines
No EOL
136 B
Text
7 lines
No EOL
136 B
Text
/// @description init
|
|
PROJECT.modified = false;
|
|
|
|
#region reset data
|
|
ds_stack_clear(UNDO_STACK);
|
|
ds_stack_clear(REDO_STACK);
|
|
#endregion |