From 4c06baa981f02b28d24ff3080e460fb1f42ff507 Mon Sep 17 00:00:00 2001 From: rexim Date: Tue, 19 Mar 2024 03:24:19 +0700 Subject: Outline Second Boss idea --- game.adb | 3 +-- map.png | Bin 803 -> 980 bytes 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/game.adb b/game.adb index 80a1c25..7c73ef4 100644 --- a/game.adb +++ b/game.adb @@ -241,7 +241,7 @@ procedure Game is Prev_Position: IVector2; Position: IVector2; Keys: Integer := 0; - Bombs: Integer := 0; + Bombs: Integer := 1; Bomb_Slots: Integer := 1; Dead: Boolean := False; end record; @@ -1257,7 +1257,6 @@ begin Close_Window; end; --- TODO: Second Boss as the Final Boss. Two Shreks as the Second Boss. @content -- TODO: Eyes for Bosses -- TODO: Side-room after first boss with Gnomes that drop keys to unlock bombs for the Second Boss @content -- TODO: Smarter Path Finding diff --git a/map.png b/map.png index c7f4842..9b62fab 100644 Binary files a/map.png and b/map.png differ -- cgit v1.2.3