mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
fix missing icons in featured gates
This commit is contained in:
parent
cdacbb2fc6
commit
fcb2e5523e
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue