adds keyboard input
This commit is contained in:
@@ -54,7 +54,7 @@ func _build_track(tiles):
|
||||
# pass
|
||||
|
||||
func _point_at(_curve, pos, dir):
|
||||
# Use only control_in since it gives smoother turns
|
||||
# Using only control_in gives smoother turns
|
||||
var half_size = tile_size / 2
|
||||
var control_in
|
||||
match dir:
|
||||
|
||||
Reference in New Issue
Block a user