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

View File

@@ -90,6 +90,7 @@ escape={
[autoload]
BlockDatabase="*res://scripts/world/BlockDatabase.gd"
AudioManager="*res://scripts/ambience/AudioManager.gd"
ItemDatabase="*res://scripts/inventory/ItemDatabase.gd"
[rendering]
environment/defaults/default_clear_color=Color(0.05, 0.15, 0.25, 1)