This repository has been archived by the owner on May 6, 2024. It is now read-only.
forked from jakubg1/OpenSMCE
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The skull opening it's mouth will have to be smoothly animated. Additive effect, danger skulls on path and death animation TBI. Contributes to #9
- Loading branch information
1 parent
1bf97bd
commit bf19d02
Showing
12 changed files
with
168 additions
and
12 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"path": "images/game/skull_bottom.png", | ||
"frame_size": { | ||
"x": 41, | ||
"y": 20 | ||
}, | ||
"states": [ | ||
{ | ||
"pos": { | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"frames": { | ||
"x": 1, | ||
"y": 1 | ||
} | ||
} | ||
], | ||
"internal": false, | ||
"batched": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"path": "images/game/skull_frame.png", | ||
"frame_size": { | ||
"x": 65, | ||
"y": 65 | ||
}, | ||
"states": [ | ||
{ | ||
"pos": { | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"frames": { | ||
"x": 1, | ||
"y": 1 | ||
} | ||
} | ||
], | ||
"internal": false, | ||
"batched": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"path": "images/game/skull_hole.png", | ||
"frame_size": { | ||
"x": 56, | ||
"y": 56 | ||
}, | ||
"states": [ | ||
{ | ||
"pos": { | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"frames": { | ||
"x": 1, | ||
"y": 1 | ||
} | ||
} | ||
], | ||
"internal": false, | ||
"batched": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"path": "images/game/skull_mask.png", | ||
"frame_size": { | ||
"x": 56, | ||
"y": 55 | ||
}, | ||
"states": [ | ||
{ | ||
"pos": { | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"frames": { | ||
"x": 1, | ||
"y": 1 | ||
} | ||
} | ||
], | ||
"internal": false, | ||
"batched": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"path": "images/game/skull_top.png", | ||
"frame_size": { | ||
"x": 42, | ||
"y": 35 | ||
}, | ||
"states": [ | ||
{ | ||
"pos": { | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"frames": { | ||
"x": 1, | ||
"y": 1 | ||
} | ||
} | ||
], | ||
"internal": false, | ||
"batched": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters