adds track parser from txt files

This commit is contained in:
2020-11-03 00:47:59 +01:00
parent d5ad9b8e1c
commit 4f2a4768c8
31 changed files with 649 additions and 103 deletions

View File

@@ -12,8 +12,8 @@ func _ready():
func _process(delta):
"""
The sprite has its own representation of rotation, so we need to tweak things.
The sprite inherits orientation from its parent (TrackFollow) that must be canceled.
The sprite contains a representation of rotation in its own, so we need to tweak things.
In particular, the sprite inherits orientation from its parent (TrackFollow) that must be canceled.
"""
var global = get_global_rotation_degrees()
var local = get_rotation_degrees()