summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-03-23 19:28:36 +0300
committerBoredGuy <osome3717@gmail.com>2026-03-23 19:28:36 +0300
commitc9a8845b53ab13c00ed535a2075cc45765dbbfea (patch)
tree3f28626d6be0945efed8d6d18ba4bc09409aaeb1 /src/main.c
parente446e70fea6ef68c0807c9d6793402f1cd2d3929 (diff)
Level Loading!!!
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 5fa3ca1..c3b85af 100644
--- a/src/main.c
+++ b/src/main.c
@@ -19,8 +19,7 @@ int main() {
load_assets();
add_player(300.0, 200.0);
- add_wall(50, 100);
- add_wall(100, 200);
+ load_level_from_tiled_csv("level1.csv");
while (!WindowShouldClose()) {
update_game(GetFrameTime());