mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-25 05:17:25 -04:00
support is_special in featured gates
This commit is contained in:
parent
dc75df3d60
commit
ca10a8482d
7 changed files with 18 additions and 11 deletions
|
@ -11,6 +11,10 @@ class_name Gate
|
|||
@export var icon: String
|
||||
@export var image: String
|
||||
|
||||
# Only for featured gates. Cleared when opened
|
||||
@export var featured: bool
|
||||
@export var is_special: bool
|
||||
|
||||
var resource_pack: String
|
||||
var shared_libs_dir: String # local path where libs downloaded
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue