Monkey model

This commit is contained in:
congusbongus
2025-07-03 22:44:25 +10:00
parent abc2116c6b
commit 187606a48f
9 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
"Version": 2,
"Order": [
["gun_r", "gun_l", "legs", "body", "head"],
["gun_r", "gun_l", "legs", "body", "head"],
["gun_r", "gun_l", "legs", "body", "head"],
["legs", "body", "head", "gun_r", "gun_l"],
["legs", "body", "head", "gun_r", "gun_l"],
["legs", "body", "head", "gun_r", "gun_l"],
["legs", "gun_r", "gun_l", "body", "head"],
["gun_r", "gun_l", "legs", "body", "head"]
],
"Offsets": {
"Frame": {
"Head": {
"stand": [[0, 13]],
"idle": [[0, 13]],
"run": [
[0, 14], [0, 13], [0, 12], [0, 13], [0, 14], [0, 13], [0, 12], [0, 13]
]
},
"Body": {
"stand": [[0, 6]],
"idle": [[0, 6]]
},
"Legs": {
"stand": [[0, 6]],
"idle": [[0, 6]]
},
"Gun": {
"stand": [[0, 6]],
"idle": [[0, 6]],
"run": [[0, 7], [0, 6], [0, 5], [0, 6], [0, 7], [0, 6], [0, 5], [0, 6]]
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1,4 @@
Adapted from Sprite Base Model
by Wind astella
http://opengameart.org/content/sprite-base-model
http://creativecommons.org/licenses/by/3.0/

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB