From 255c938a77f8a73229b1867aadd10f3bf9c44f2e Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 6 Jul 2025 11:11:56 -0600 Subject: Playing around with world generating a bit --- src/game.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index ab162ad..ddfdbd5 100644 --- a/src/game.h +++ b/src/game.h @@ -19,9 +19,6 @@ struct Game { Assets assets; Player player; World world; - - // For testing only. - Entity entities[2]; }; void initGame(Game* game); -- cgit v1.2.3