TowerDefense/Tiles/tile.gd

7 lines
100 B
GDScript3
Raw Normal View History

2025-08-27 13:27:32 +02:00
extends StaticBody3D
2025-09-04 02:54:37 +02:00
class_name GameTile
enum TYPE { PATH, TOWER, SCENE }
@export var type : TYPE