1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-18 06:30:41 +00:00

nilrider texture bugfix?

This commit is contained in:
Zeno Rogue 2024-08-18 01:30:43 +02:00
parent 034c381544
commit 9d45a5c2f6

View File

@ -71,8 +71,8 @@ void create_castle() {
tex.twidth = 16;
tex.theight = 16;
tex.stretched = false;
tex.strx = tex.tx;
tex.stry = tex.ty;
tex.strx = tex.tx = tex.twidth;
tex.stry = tex.ty = tex.theight;
tex.base_x = 0;
tex.base_y = 0;
tex.whitetexture();