replace string with string name for collectible_id

This commit is contained in:
2026-04-16 16:11:07 +02:00
parent a51e94d4d3
commit 08c283d76a
6 changed files with 20 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
class_name CollectibleResource
extends Resource
@export var id: String
@export var id: StringName
@export var title: String
@export var image: Texture2D