Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Temporary Food Menu + Debug Player Info
Browse files Browse the repository at this point in the history
Click on the "Food" button to open the food menu.
Clicking Close (OK) will equip it.
Clicking Delete will unequip food.
Clicking Cancel will close the menu.

The menu now also has debug information for player equips.
  • Loading branch information
ShamblesSM committed Feb 5, 2023
1 parent 3a430d8 commit abe7b54
Show file tree
Hide file tree
Showing 6 changed files with 688 additions and 3 deletions.
Binary file added games/ZumaBlitzRemake/images/main/button_food.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions games/ZumaBlitzRemake/sprites/main/button_food.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"path": "images/main/button_food.png",
"frame_size": {
"x": 81,
"y": 25
},
"states": [
{
"pos": {
"x": 0,
"y": 0
},
"frames": {
"x": 1,
"y": 1
}
},
{
"pos": {
"x": 0,
"y": 25
},
"frames": {
"x": 1,
"y": 1
}
},
{
"pos": {
"x": 0,
"y": 50
},
"frames": {
"x": 1,
"y": 1
}
}
],
"internal": false,
"batched": false
}

0 comments on commit abe7b54

Please sign in to comment.