feat: define cards as resources

This commit is contained in:
istamarahsan 2025-01-24 22:08:25 +07:00
parent 498604499a
commit e304dd671b
8 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,7 @@
@tool
extends Resource
class_name SupportCardEffect
var id: String:
get:
return resource_path.rsplit(".", true, 1)[0]