fix missing icons in featured gates

This commit is contained in:
Nordup 2025-08-10 11:18:14 +07:00
parent cdacbb2fc6
commit fcb2e5523e
2 changed files with 7 additions and 3 deletions

View file

@ -8,11 +8,11 @@ class_name Gate
@export var description: String
@export_file("*.png", "*.jpg") var icon: String:
@export var icon: String:
get: return icon if not icon.is_empty() else image
set(value): icon = value
@export_file("*.png", "*.jpg") var image: String
@export var image: String
var resource_pack: String