feat(inventory): hotbar + inventory UI + 5 crafting recipes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
7
scenes/InventoryUI.tscn
Normal file
7
scenes/InventoryUI.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user