mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-16 00:44:50 +00:00
📝 add missing license notices
This commit is contained in:
parent
bac3a8a1f2
commit
5a02772be5
4 changed files with 350 additions and 30 deletions
|
|
@ -89,7 +89,7 @@ func respawn_player(player : Player) -> void:
|
|||
|
||||
func add_player(peer_id : int, nickname : String) -> void:
|
||||
var player : Player = PLAYER.instantiate()
|
||||
players.add_child(player)grep
|
||||
players.add_child(player)
|
||||
player.name = str(peer_id)
|
||||
player.player_id = peer_id
|
||||
player.team_id = team_chasers.team_id
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@
|
|||
script = ExtResource("1_r1kd6")
|
||||
PLAYER = ExtResource("2_og1vb")
|
||||
FLAG = ExtResource("3_h0rie")
|
||||
MAX_CLIENTS = null
|
||||
RESPAWN_TIME = null
|
||||
|
||||
[node name="Map" type="Node" parent="."]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue