diff options
author | rexim <reximkut@gmail.com> | 2024-03-17 06:13:26 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-17 06:13:26 +0700 |
commit | 12c92b415794f34ab4828178bbf143d0a41dabf7 (patch) | |
tree | cd9dd038d80a0d3da98ad74776088db4f16a2971 /game.adb | |
parent | 628bd46aaa62c1a66f4e41209bbca82c6b72bc0d (diff) |
TODO: Allow moving with arrows too
Diffstat (limited to 'game.adb')
-rw-r--r-- | game.adb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1149,6 +1149,7 @@ end; -- https://www.adacore.com/download/more -- TODO: Menu -- resolution, volume, etc. +-- TODO: Allow moving with arrows too -- TODO: Primed bombs should be barriers -- Be careful with the order of Path Finding Map Recomputation -- and the Player Bomb Placement. Map must be recomputed only after |