obstacles finally spawning
This commit is contained in:
7
semestralka1/src/render/obstacle.h
Normal file
7
semestralka1/src/render/obstacle.h
Normal 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);
|
||||
Reference in New Issue
Block a user