adds keyboard input

This commit is contained in:
2021-04-20 19:01:50 +02:00
parent 9726fb8fcf
commit 39451c5553
6 changed files with 88 additions and 51 deletions

View File

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