1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 06:07:12 +00:00

some decorative tiles

This commit is contained in:
Zeno Rogue
2025-05-02 21:50:46 +02:00
parent eb08ec4ab9
commit 4634a5cc97
4 changed files with 19 additions and 14 deletions

View File

@@ -139,7 +139,7 @@ void render_room_walls(room *r) {
for(int y=0; y<room_y; y++)
for(int x=0; x<room_x; x++) {
if(af && !r->fov[y][x]) continue;
char c = r->block_at[y][x];
int c = r->block_at[y][x];
// ld sx = 1.5;
// ld sy = 1.3;