obstacles finally spawning

This commit is contained in:
Priec
2025-11-17 18:59:14 +01:00
parent ae2b8b91aa
commit c56dac3b6a
5 changed files with 156 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
// src/render/obstacle.h
#pragma once
#include "../assets/obstacle_crawl_frames.h"
// Draw the obstacle ASCII block starting at given (x, y)
void draw_obstacle(int x, int y, CrawlObstacleType type);