summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game.adb3
-rw-r--r--map.pngbin803 -> 980 bytes
2 files changed, 1 insertions, 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
--- a/map.png
+++ b/map.png
Binary files differ