mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-09-12 20:45:10 -05:00
Reordering a bit.
This commit is contained in:
9
Project/objects/obj_global/Create_0.gml
Normal file
9
Project/objects/obj_global/Create_0.gml
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
dex_data_load();
|
||||
initials_set();
|
||||
savedata_load();
|
||||
dex_galar_load();
|
||||
boxes_spawn();
|
||||
selected_set();
|
||||
scr_window_resize();
|
||||
button_update_all();
|
||||
10
Project/objects/obj_global/Draw_0.gml
Normal file
10
Project/objects/obj_global/Draw_0.gml
Normal file
@@ -0,0 +1,10 @@
|
||||
/// @description DRAW
|
||||
|
||||
hud_draw_selected();
|
||||
hud_draw_counter();
|
||||
|
||||
// Debug
|
||||
draw_guidelines(true);
|
||||
|
||||
draw_reset();
|
||||
|
||||
2
Project/objects/obj_global/Other_3.gml
Normal file
2
Project/objects/obj_global/Other_3.gml
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
change_backup_make();
|
||||
7
Project/objects/obj_global/Step_0.gml
Normal file
7
Project/objects/obj_global/Step_0.gml
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
window_resize_check();
|
||||
box_scale_update();
|
||||
scroll_check();
|
||||
shortcut_check();
|
||||
change_backup();
|
||||
|
||||
3
Project/objects/obj_global/Step_1.gml
Normal file
3
Project/objects/obj_global/Step_1.gml
Normal file
@@ -0,0 +1,3 @@
|
||||
/// @description
|
||||
|
||||
mouse_direction_update();
|
||||
2
Project/objects/obj_global/Step_2.gml
Normal file
2
Project/objects/obj_global/Step_2.gml
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
mouse_previous_update();
|
||||
90
Project/objects/obj_global/obj_global.yy
Normal file
90
Project/objects/obj_global/obj_global.yy
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"id": "b5a21a9b-6e2e-40d3-9039-73cd19a7b959",
|
||||
"modelName": "GMObject",
|
||||
"mvc": "1.0",
|
||||
"name": "obj_global",
|
||||
"eventList": [
|
||||
{
|
||||
"id": "01f2cf0f-4a24-4feb-8060-cbfad3a6eba1",
|
||||
"modelName": "GMEvent",
|
||||
"mvc": "1.0",
|
||||
"IsDnD": false,
|
||||
"collisionObjectId": "00000000-0000-0000-0000-000000000000",
|
||||
"enumb": 0,
|
||||
"eventtype": 0,
|
||||
"m_owner": "b5a21a9b-6e2e-40d3-9039-73cd19a7b959"
|
||||
},
|
||||
{
|
||||
"id": "107c5c32-28b7-49cb-bf70-f24296321d25",
|
||||
"modelName": "GMEvent",
|
||||
"mvc": "1.0",
|
||||
"IsDnD": false,
|
||||
"collisionObjectId": "00000000-0000-0000-0000-000000000000",
|
||||
"enumb": 0,
|
||||
"eventtype": 3,
|
||||
"m_owner": "b5a21a9b-6e2e-40d3-9039-73cd19a7b959"
|
||||
},
|
||||
{
|
||||
"id": "7cd6bf28-1611-463c-b2b1-444d54a2460a",
|
||||
"modelName": "GMEvent",
|
||||
"mvc": "1.0",
|
||||
"IsDnD": false,
|
||||
"collisionObjectId": "00000000-0000-0000-0000-000000000000",
|
||||
"enumb": 1,
|
||||
"eventtype": 3,
|
||||
"m_owner": "b5a21a9b-6e2e-40d3-9039-73cd19a7b959"
|
||||
},
|
||||
{
|
||||
"id": "8405e8f9-ffe3-458f-b3e5-c28dbb847442",
|
||||
"modelName": "GMEvent",
|
||||
"mvc": "1.0",
|
||||
"IsDnD": false,
|
||||
"collisionObjectId": "00000000-0000-0000-0000-000000000000",
|
||||
"enumb": 2,
|
||||
"eventtype": 3,
|
||||
"m_owner": "b5a21a9b-6e2e-40d3-9039-73cd19a7b959"
|
||||
},
|
||||
{
|
||||
"id": "f90731b0-65e6-4a48-b37d-9e022532c8c1",
|
||||
"modelName": "GMEvent",
|
||||
"mvc": "1.0",
|
||||
"IsDnD": false,
|
||||
"collisionObjectId": "00000000-0000-0000-0000-000000000000",
|
||||
"enumb": 3,
|
||||
"eventtype": 7,
|
||||
"m_owner": "b5a21a9b-6e2e-40d3-9039-73cd19a7b959"
|
||||
},
|
||||
{
|
||||
"id": "baf7f393-8132-4ce0-a04c-c9bc2aa63880",
|
||||
"modelName": "GMEvent",
|
||||
"mvc": "1.0",
|
||||
"IsDnD": false,
|
||||
"collisionObjectId": "00000000-0000-0000-0000-000000000000",
|
||||
"enumb": 0,
|
||||
"eventtype": 8,
|
||||
"m_owner": "b5a21a9b-6e2e-40d3-9039-73cd19a7b959"
|
||||
}
|
||||
],
|
||||
"maskSpriteId": "00000000-0000-0000-0000-000000000000",
|
||||
"overriddenProperties": null,
|
||||
"parentObjectId": "00000000-0000-0000-0000-000000000000",
|
||||
"persistent": false,
|
||||
"physicsAngularDamping": 0.1,
|
||||
"physicsDensity": 0.5,
|
||||
"physicsFriction": 0.2,
|
||||
"physicsGroup": 0,
|
||||
"physicsKinematic": false,
|
||||
"physicsLinearDamping": 0.1,
|
||||
"physicsObject": false,
|
||||
"physicsRestitution": 0.1,
|
||||
"physicsSensor": false,
|
||||
"physicsShape": 0,
|
||||
"physicsShapePoints": [
|
||||
|
||||
],
|
||||
"physicsStartAwake": true,
|
||||
"properties": null,
|
||||
"solid": false,
|
||||
"spriteId": "8a784e3d-7846-49be-8f0a-49e04a9f7651",
|
||||
"visible": true
|
||||
}
|
||||
Reference in New Issue
Block a user