This commit is contained in:
2026-04-03 18:10:55 +01:00
parent 35cddfc53c
commit 3d4ae43f52
3 changed files with 2 additions and 15 deletions
+1
View File
@@ -7,6 +7,7 @@ class HUDLayer
def initialize
@hud_bg = Gosu::Image.new("assets/images/hud.png", retro: true)
@hud_fg = Gosu::Image.new("assets/images/hud_fg.png", retro: true)
@inventory = Inventory.new
@health = HealthBar.new(100)
@logs = GameLogger.new