Props are now collectible;

Props logic refractor;
maze coordinates cleanup
This commit is contained in:
2026-03-28 18:09:58 +00:00
parent e42b31ec24
commit 045200bf9f
10 changed files with 122 additions and 41 deletions
+4
View File
@@ -34,5 +34,9 @@ class State
@health = 100
@stealth = 100
@memory = 256
$bus.on(:obtain) do |type, amount|
@inventory[type] += amount if @inventory.key?(type)
end
end
end