ft: wrapping manager overhaul

This commit is contained in:
2026-03-01 14:11:28 +01:00
parent 99de1fc113
commit f83b290f5c
24 changed files with 221 additions and 182 deletions

View File

@@ -1,6 +1,6 @@
@abstract
class_name AbstractFood
extends Area2D
extends Node2D
@export var val: int = 1
@export var food_name: String = "Food"