Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathaneeckhout committed Feb 12, 2024
1 parent b4a741a commit 10fc70e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scenes/maps/basecamp/BaseCamp.gd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ extends Map

@onready var astar: AStarComponent = $AStarComponent


func _physics_process(delta):
if multiplayer_connection.is_server():
var input_direction = Input.get_vector("ui_left", "ui_right", "ui_up", "ui_down")
Expand Down

0 comments on commit 10fc70e

Please sign in to comment.