Add inventory system #1

Merged
notid merged 24 commits from sugary-panda into master 2026-04-28 22:05:12 -07:00
Showing only changes of commit b3bad1d0e6 - Show all commits

View File

@@ -75,10 +75,10 @@ func _unhandled_input(event: InputEvent) -> void:
$SceneViewport.push_input(event)
func _on_backpack_show_overlay() -> void:
$HUD/InventoryOverlay.show_overlay()
$InventoryOverlayLayer/InventoryOverlay.show_overlay()
func _on_backpack_hide_overlay() -> void:
$HUD/InventoryOverlay.hide_overlay()
$InventoryOverlayLayer/InventoryOverlay.hide_overlay()
func _input(event):
if event.is_action_released("quit"):