v1.4.4
BIN
attic/npcs/penguin/1/1.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
attic/npcs/penguin/1/2.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
attic/npcs/penguin/1/3.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
attic/npcs/penguin/1/4.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
attic/npcs/penguin/1/5.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
attic/npcs/penguin/2/1.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
attic/npcs/penguin/2/2.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
attic/npcs/penguin/2/3.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
attic/npcs/penguin/2/4.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
attic/npcs/penguin/2/5.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
attic/npcs/penguin/2/6.png
Normal file
After Width: | Height: | Size: 4 KiB |
12
attic/npcs/penguin/body/1.frames
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"image" : "1.png",
|
||||
"frameGrid" : {
|
||||
"size" : [26, 26],
|
||||
"dimensions" : [8, 5],
|
||||
|
||||
"names" : [
|
||||
[ "idle.0.0", "idle.0.1", null, null, null, null, null ],
|
||||
[ "walk.0.0", "walk.0.1", "walk.0.2", "walk.0.3", "walk.0.4", "walk.0.5", "walk.0.6", "walk.0.7" ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/npcs/penguin/body/1.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
attic/npcs/penguin/body/2.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
attic/npcs/penguin/body/3.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
attic/npcs/penguin/body/4.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
attic/npcs/penguin/body/5.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
attic/npcs/penguin/body/6.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
attic/npcs/penguin/body/7.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
51
attic/npcs/penguin/penguin.npc
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"npcId" : 22,
|
||||
"npcName" : "penguin",
|
||||
|
||||
"aiFunctions" : { "0" : "defaultWander" },
|
||||
"aiStateFunc" : "passiveCritter",
|
||||
|
||||
"hVelocity" : { "0" : 1.8, "2" : 2.0 },
|
||||
|
||||
"frames" : "body/1.frames",
|
||||
"frameInfo" : { "walk" : [ "walk", 8, 1.0, 1, 0, 0],
|
||||
"idle" : [ "idle", 2, 20, 1, 0, 0]
|
||||
},
|
||||
|
||||
"visibleRect" : [-3.125, -3.125, 3.125, 3.125],
|
||||
|
||||
"defaultHitbox" : [ "Rect", [-3, -12, 3, 1] ],
|
||||
"attackBox" : { },
|
||||
"defenseBox" : { },
|
||||
"immuneBox" : { },
|
||||
"weakpointBox" : { },
|
||||
"collisionBox" : {
|
||||
"idle.0.0" : [ "Default" ],
|
||||
"idle.0.1" : [ "Default" ],
|
||||
|
||||
"walk.0.0" : [ "Default" ],
|
||||
"walk.0.1" : [ "Default" ],
|
||||
"walk.0.2" : [ "Default" ],
|
||||
"walk.0.3" : [ "Default" ],
|
||||
"walk.0.4" : [ "Default" ],
|
||||
"walk.0.5" : [ "Default" ],
|
||||
"walk.0.6" : [ "Default" ],
|
||||
"walk.0.7" : [ "Default" ]
|
||||
},
|
||||
"damageBox" : {
|
||||
"idle.0.0" : [ "Default" ],
|
||||
"idle.0.1" : [ "Default" ],
|
||||
"idle.0.2" : [ "Default" ],
|
||||
|
||||
"walk.0.0" : [ "Default" ],
|
||||
"walk.0.1" : [ "Default" ],
|
||||
"walk.0.2" : [ "Default" ],
|
||||
"walk.0.3" : [ "Default" ],
|
||||
"walk.0.4" : [ "Default" ],
|
||||
"walk.0.5" : [ "Default" ],
|
||||
"walk.0.6" : [ "Default" ],
|
||||
"walk.0.7" : [ "Default" ]
|
||||
},
|
||||
"animationOffset" : { },
|
||||
"projectilePoint" : { }
|
||||
}
|