Massive work on level, UI, sound, and player functionality, small progress on netcode. Renamed project to Net Gunner.
This commit is contained in:
@@ -10,7 +10,8 @@ func _enter_tree() -> void:
|
||||
|
||||
func register_player() -> void:
|
||||
target = Game.player
|
||||
offset = global_position - target.global_position
|
||||
if target:
|
||||
offset = global_position - target.global_position
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
|
||||
Reference in New Issue
Block a user