feat(inventory): hotbar + inventory UI + 5 crafting recipes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Floppyrj45
2026-04-19 17:16:13 +02:00
parent af94645d4c
commit d39a55dc45
7 changed files with 524 additions and 3 deletions

7
scenes/InventoryUI.tscn Normal file
View File

@@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://dauphincraft_inventoryui"]
[ext_resource type="Script" path="res://scripts/inventory/InventoryUI.gd" id="1_invui"]
[node name="InventoryUI" type="CanvasLayer"]
layer = 10
script = ExtResource("1_invui")