mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-26 20:44:17 -05:00
Reordering a bit.
This commit is contained in:
3
Project/scripts/scroll_warp/scroll_warp.gml
Normal file
3
Project/scripts/scroll_warp/scroll_warp.gml
Normal file
@@ -0,0 +1,3 @@
|
||||
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 );
|
||||
8
Project/scripts/scroll_warp/scroll_warp.yy
Normal file
8
Project/scripts/scroll_warp/scroll_warp.yy
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "498d2138-db5a-49dc-8a30-1bd7939b9c70",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "scroll_warp",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
}
|
||||
Reference in New Issue
Block a user