Card drag

This commit is contained in:
rendo 2026-02-19 11:03:29 +05:00
commit 0418606bd8
11 changed files with 92 additions and 0 deletions

View file

@ -10,3 +10,7 @@ class_name CardResource
@export var preview: Texture2D
@export var experimental: bool = false
@export var background: Texture2D = preload("uid://c6akwwb58fidc")
@export_group("Reference")
@export var name_key: StringName
@export var description_key: StringName