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,3 +1,8 @@
var py = ((sprite_get_height(spr_source)*global.icon_scale - sprite_get_height(spr_slot)*global.icon_scale*5)/2);
function scroll_warp() {
var py = ((sprite_get_height(spr_source)*global.icon_scale - sprite_get_height(spr_slot)*global.icon_scale*5)/2);
__view_set( e__VW.YView, 0, global.box_header[global.current_box].y + py );
__view_set( e__VW.YView, 0, global.box_header[global.current_box].y + py );
}

View File

@@ -1,8 +1,12 @@
{
"id": "498d2138-db5a-49dc-8a30-1bd7939b9c70",
"modelName": "GMScript",
"mvc": "1.0",
"name": "scroll_warp",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "scroll_warp",
"tags": [],
"resourceType": "GMScript",
}