📝 add missing license notices

This commit is contained in:
anyreso 2024-04-27 14:58:41 -04:00
parent bac3a8a1f2
commit 5a02772be5
4 changed files with 350 additions and 30 deletions

View file

@ -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

View file

@ -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="."]