mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-14 07:56:32 +00:00
♻️ systems refactoring
This commit is contained in:
parent
5ab387571e
commit
69c8b65093
17 changed files with 186 additions and 168 deletions
|
|
@ -13,7 +13,7 @@ signal nickname_changed(new_nickname : String)
|
|||
player_id_changed.emit(player_id)
|
||||
@export var team_id : int = 1
|
||||
|
||||
func _enter_tree() -> void:
|
||||
func _ready() -> void:
|
||||
root_path = "."
|
||||
replication_config = SceneReplicationConfig.new()
|
||||
for prop : String in ["player_id", "team_id", "nickname"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue