Skip to content

Commit

Permalink
Add 32x48_long shadow sprite for turtle...
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Mar 21, 2022
1 parent 85e8c04 commit 86fb40d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/conf/creatures/reptile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
</creature>

<creature name="turtle">
<type class="reptile" subclass="turtle" tileid="reptile.png:6"/>
<type class="reptile" subclass="turtle" shadow="32x48_long" tileid="reptile.png:6"/>
<description></description>
<attributes>
<atk value="99"/>
Expand Down
Binary file added data/sprites/shadow/32x48_long.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions srcjs/stendhal/data/sprites.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ stendhal.data.sprites = {
"320x440": true,
"32x32": true,
"32x48": true,
"32x48_long": true,
"48x64": true,
"48x64_floating": true,
"64x48": true,
Expand Down

0 comments on commit 86fb40d

Please sign in to comment.