Skip to content

Commit

Permalink
Animated sheep goat sleep #712
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Aug 29, 2024
1 parent 45e16ed commit f88cb93
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/.wolf3d/N3Ddata.cdogscpn/character_classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"Body": "dog",
"Sounds": "sheep",
"Footsteps": "dog",
"Corpse": "sheep_sleep",
"Corpse": "goat_sleep",
"BloodColor": "00000000"
},
{
Expand Down
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 data/.wolf3d/N3Ddata.cdogscpn/graphics/sheep_sleep.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions data/.wolf3d/N3Ddata.cdogscpn/map_objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,19 @@
{
"Name": "sheep_sleep",
"Pic": {
"Type": "Normal",
"Pic": "sheep_sleep"
"Type": "Animated",
"Sprites": "sheep_sleep",
"TicksPerFrame": 60
},
"Health": 0,
"DrawBelow": true
},
{
"Name": "goat_sleep",
"Pic": {
"Type": "Animated",
"Sprites": "goat_sleep",
"TicksPerFrame": 60
},
"Health": 0,
"DrawBelow": true
Expand Down

0 comments on commit f88cb93

Please sign in to comment.