mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-22 23:13:00 +02:00
Monkey sleep #712
This commit is contained in:
@@ -161,7 +161,14 @@
|
||||
"Sprites": "chars/heads/monkey"
|
||||
},
|
||||
"Body": "monkey",
|
||||
"Sounds": "monkey"
|
||||
"Sounds": "monkey",
|
||||
"Footsteps": "camel",
|
||||
"Corpse": "monkey_sleep",
|
||||
"BloodColor": "00000000",
|
||||
"HasHair": false,
|
||||
"HasFacehair": false,
|
||||
"HasHat": false,
|
||||
"HasGlasses": false
|
||||
},
|
||||
{
|
||||
"Name": "Gretel Grosse",
|
||||
|
BIN
data/.wolf3d/N3Ddata.cdogscpn/graphics/monkey_sleep_16x10.png
Normal file
BIN
data/.wolf3d/N3Ddata.cdogscpn/graphics/monkey_sleep_16x10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 389 B |
@@ -400,6 +400,22 @@
|
||||
"Z": 10,
|
||||
"Ticks": 50
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "monkey_sleep",
|
||||
"Pic": {
|
||||
"Type": "Animated",
|
||||
"Sprites": "monkey_sleep",
|
||||
"TicksPerFrame": 75
|
||||
},
|
||||
"Health": 0,
|
||||
"DrawBelow": true,
|
||||
"DamageSmoke": {
|
||||
"Particle": "zzz",
|
||||
"HealthThreshold": 1.0,
|
||||
"Z": 10,
|
||||
"Ticks": 20
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user