mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-24 23:37:12 -05:00
Safety commit
This commit is contained in:
parent
ae5f592cc4
commit
e947b6838f
|
|
@ -12758,6 +12758,14 @@
|
|||
"resourceType": "GMIncludedFile"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "909009b0-c6df-4042-971d-2ab15fdcc713",
|
||||
"Value": {
|
||||
"id": "01f74b3d-6229-4401-a184-76d3bdefd373",
|
||||
"resourcePath": "sprites\\spr_badge\\spr_badge.yy",
|
||||
"resourceType": "GMSprite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "90a1aabd-2a9d-4a08-8d38-850ea6545852",
|
||||
"Value": {
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ boxes_spawn();
|
|||
selected_set();
|
||||
scr_window_resize();
|
||||
button_create_persistents();
|
||||
debug_export_buttons(false);
|
||||
debug_export_buttons(false);
|
||||
|
|
@ -9,3 +9,4 @@ draw_guidelines(false);
|
|||
|
||||
draw_reset();
|
||||
|
||||
draw_sprite_ext(spr_badge, 0, 452, 84, 4, 4, image_angle, image_blend, image_alpha);
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 246 B |
Binary file not shown.
|
After Width: | Height: | Size: 254 B |
70
Project/sprites/spr_badge/spr_badge.yy
Normal file
70
Project/sprites/spr_badge/spr_badge.yy
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"id": "909009b0-c6df-4042-971d-2ab15fdcc713",
|
||||
"modelName": "GMSprite",
|
||||
"mvc": "1.12",
|
||||
"name": "spr_badge",
|
||||
"For3D": false,
|
||||
"HTile": false,
|
||||
"VTile": false,
|
||||
"bbox_bottom": 16,
|
||||
"bbox_left": 0,
|
||||
"bbox_right": 15,
|
||||
"bbox_top": 0,
|
||||
"bboxmode": 0,
|
||||
"colkind": 1,
|
||||
"coltolerance": 0,
|
||||
"edgeFiltering": false,
|
||||
"frames": [
|
||||
{
|
||||
"id": "1e1bcb89-4dd8-41f4-b9de-06a4022a4d35",
|
||||
"modelName": "GMSpriteFrame",
|
||||
"mvc": "1.0",
|
||||
"SpriteId": "909009b0-c6df-4042-971d-2ab15fdcc713",
|
||||
"compositeImage": {
|
||||
"id": "3aef6ee8-0fba-4c6b-9bcf-a6d2760506ac",
|
||||
"modelName": "GMSpriteImage",
|
||||
"mvc": "1.0",
|
||||
"FrameId": "1e1bcb89-4dd8-41f4-b9de-06a4022a4d35",
|
||||
"LayerId": "00000000-0000-0000-0000-000000000000"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"id": "f30196dc-66e7-476c-940a-e251459d281a",
|
||||
"modelName": "GMSpriteImage",
|
||||
"mvc": "1.0",
|
||||
"FrameId": "1e1bcb89-4dd8-41f4-b9de-06a4022a4d35",
|
||||
"LayerId": "2f6309c1-3c36-440f-ae8c-658324403298"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"gridX": 0,
|
||||
"gridY": 0,
|
||||
"height": 17,
|
||||
"layers": [
|
||||
{
|
||||
"id": "2f6309c1-3c36-440f-ae8c-658324403298",
|
||||
"modelName": "GMImageLayer",
|
||||
"mvc": "1.0",
|
||||
"SpriteId": "909009b0-c6df-4042-971d-2ab15fdcc713",
|
||||
"blendMode": 0,
|
||||
"isLocked": false,
|
||||
"name": "default",
|
||||
"opacity": 100,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"origin": 0,
|
||||
"originLocked": false,
|
||||
"playbackSpeed": 15,
|
||||
"playbackSpeedType": 0,
|
||||
"premultiplyAlpha": false,
|
||||
"sepmasks": false,
|
||||
"swatchColours": null,
|
||||
"swfPrecision": 2.525,
|
||||
"textureGroupId": "1225f6b0-ac20-43bd-a82e-be73fa0b6f4f",
|
||||
"type": 0,
|
||||
"width": 16,
|
||||
"xorig": 0,
|
||||
"yorig": 0
|
||||
}
|
||||
|
|
@ -10,7 +10,8 @@
|
|||
"55447b82-1730-4429-a3f8-d81a83dcacf6",
|
||||
"2a670a96-e1a6-4311-9e26-be4e482ede89",
|
||||
"8a784e3d-7846-49be-8f0a-49e04a9f7651",
|
||||
"a96934df-1c09-4a34-875b-89440eed891c"
|
||||
"a96934df-1c09-4a34-875b-89440eed891c",
|
||||
"909009b0-c6df-4042-971d-2ab15fdcc713"
|
||||
],
|
||||
"filterType": "GMSprite",
|
||||
"folderName": "sprites",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user