Add players page and host moderation
This commit is contained in:
parent
fa996a6735
commit
141b54261d
23 changed files with 1166 additions and 31 deletions
|
|
@ -70,6 +70,10 @@ func cleanup() -> void:
|
|||
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
if _owner != null and not _owner.is_remote_presentation_visible():
|
||||
_bobber.visible = false
|
||||
_line.visible = false
|
||||
return
|
||||
if _active:
|
||||
_redraw_line()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue