mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-09-06 23:27:51 -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
|
@ -10,7 +10,7 @@ func _ready() -> void:
|
|||
show_bookmark(gate)
|
||||
|
||||
|
||||
func show_bookmark(gate: Gate, _featured: bool = false) -> void:
|
||||
func show_bookmark(gate: Gate) -> void:
|
||||
var bookmark: BookmarkUI = bookmark_scene.instantiate()
|
||||
bookmark.fill(gate)
|
||||
add_child(bookmark)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue