mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +01:00
8 lines
No EOL
127 B
Text
8 lines
No EOL
127 B
Text
function window_close() {
|
|
if(MODIFIED && !READONLY) {
|
|
dialogCall(o_dialog_exit);
|
|
} else {
|
|
PREF_SAVE();
|
|
game_end();
|
|
}
|
|
} |