A team game with an emphasis on movement (with no shooting), inspired by Overwatch and Zineth
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
238 B

extends Node
func get_master_player():
return get_node("/root/Level/Players/%d" % get_tree().get_network_unique_id())
func is_friendly(player):
return player.player_info.is_right_team == get_master_player().player_info.is_right_team