summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index bcea62d..f611b41 100644
--- a/src/main.c
+++ b/src/main.c
@@ -13,6 +13,11 @@ int main() {
LoadAssets();
InitGame();
+ AddBackground("bar-background");
+
+ AddPlayer(0, 0);
+ AddWall(100, 100, 1000, 100);
+
while(!WindowShouldClose()) {
UpdateGame(GetFrameTime());