Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Dec 26, 2024
1 parent 59b79f2 commit 519820a
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 11 deletions.
Binary file added blobs/healthbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed blobs/playful.png
Binary file not shown.
Binary file added blobs/segment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions entities/healthbar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"spritesheet": "blobs/healthbar.png",
"scale": 4,
"size": {
"width": 16,
"height": 55
},
"animations": {
"default": {
"frames": [
{
"rect": {
"x": 0,
"y": 0,
"width": 16,
"height": 56
},
"duration": -1
}
]
}
},
"physics": {
"collision": {
"type": "wall"
},
"type": "static",
"margin": {
"top": 0,
"left": 0,
"bottom": 0,
"right": 0
},
"size": {
"width": 0,
"height": 0
}
}
}
23 changes: 23 additions & 0 deletions entities/segment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"spritesheet": "blobs/segment.png",
"scale": 4,
"size": {
"width": 8,
"height": 2
},
"animations": {
"default": {
"frames": [
{
"rect": {
"x": 0,
"y": 0,
"width": 8,
"height": 2
},
"duration": -1
}
]
}
}
}
11 changes: 0 additions & 11 deletions fonts/playful.json

This file was deleted.

0 comments on commit 519820a

Please sign in to comment.