Fixed rabid dog sprite
This commit is contained in:
parent
3650cc0617
commit
97af927004
|
@ -164,7 +164,7 @@ local undead = {
|
||||||
|
|
||||||
local dogs = {
|
local dogs = {
|
||||||
{ texturePaths.dog0, texturePaths.dog1, stats.dog, 0, 16, "A Rabid Dog", state.passive, state.agressive };
|
{ texturePaths.dog0, texturePaths.dog1, stats.dog, 0, 16, "A Rabid Dog", state.passive, state.agressive };
|
||||||
{ texturePaths.dog0, texturePaths.dog1, stats.dog, 0, 16, "An Angry Rabid Dog", state.agressive, state.agressive };
|
{ texturePaths.dog0, texturePaths.dog1, stats.dog, 16, 16, "An Angry Rabid Dog", state.agressive, state.agressive };
|
||||||
}
|
}
|
||||||
|
|
||||||
local reptile = {
|
local reptile = {
|
||||||
|
|
Loading…
Reference in New Issue