Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -1,4 +1,8 @@
///window_resize_check()
function window_resize_check() {
if ((window_get_width()!=global.window_width || window_get_height()!=global.window_height) && window_get_width()>2)
scr_window_resize();
if ((window_get_width()!=global.window_width || window_get_height()!=global.window_height) && window_get_width()>2)
scr_window_resize();
}

View File

@@ -1,8 +1,12 @@
{
"id": "5fb1cac5-8058-5d99-68a3-60406a3a5148",
"modelName": "GMScript",
"mvc": "1.0",
"name": "window_resize_check",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "window_resize_check",
"tags": [],
"resourceType": "GMScript",
}