Clean up what the AI did

This commit is contained in:
JonShard
2026-07-17 19:02:41 +02:00
parent 4d06e72bc1
commit 847af48394
3 changed files with 28 additions and 115 deletions
+1 -5
View File
@@ -1,19 +1,14 @@
items:
hamburger:
scene: res://Items/hamburger.tscn
type: meal
burger_buns:
scene: res://Items/BurgerBuns.tscn
type: ingredient
cooked_burger:
scene: res://Items/cooked_burger.tscn
type: ingredient
cube:
scene: res://Items/PickupCube.tscn
type: ingredient
charcoal:
scene: res://Items/Charcoal.tscn
type: ingredient
combining:
hamburger:
@@ -21,3 +16,4 @@ combining:
- [charcoal, charcoal]
charcoal:
- [cube, cube]