trait lists
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 11s
Create tag and build when new code gets to main / Export (push) Successful in 1m32s

This commit is contained in:
2026-02-01 15:04:56 +01:00
parent 09a92bd148
commit d2290b009d
64 changed files with 676 additions and 58 deletions

View File

@@ -8,6 +8,9 @@ enum Region {
}
@export_category("General")
@export var name: String
@export var description: String
@export var mask_sprite: Texture2D:
set(value):
mask_sprite = value