Initial commit

This commit is contained in:
gamer147
2026-04-01 17:16:58 -04:00
commit 0233cb6f46
71 changed files with 2376 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
class_name UnitAllegiance extends Resource
enum AllegianceType {
PLAYER,
ENEMY,
PLAYER_ALLY,
ENEMY_ALLY,
UNAFFILIATED
}
@export var type: AllegianceType
@export var color: Color