mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-20 09:34:12 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
}
|
||||
Reference in New Issue
Block a user