diff options
| author | realtradam <[email protected]> | 2020-03-15 18:55:00 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2020-03-15 18:55:00 -0400 |
| commit | 5a33ed9381e43b50d56f2ef7f149baef83edcf7d (patch) | |
| tree | 0c5f39958474ea32e5293324dce0ec398e2d39c2 /Racing-Game/Interface/RichTextLabel.gd | |
| parent | feb18d37762eb8f4414625175576f8fe9debd992 (diff) | |
| download | optimal-direction-5a33ed9381e43b50d56f2ef7f149baef83edcf7d.tar.gz optimal-direction-5a33ed9381e43b50d56f2ef7f149baef83edcf7d.zip | |
code cleaned up, #6 fixed
Diffstat (limited to 'Racing-Game/Interface/RichTextLabel.gd')
| -rw-r--r-- | Racing-Game/Interface/RichTextLabel.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Racing-Game/Interface/RichTextLabel.gd b/Racing-Game/Interface/RichTextLabel.gd index 99856bd..c7e36ba 100644 --- a/Racing-Game/Interface/RichTextLabel.gd +++ b/Racing-Game/Interface/RichTextLabel.gd @@ -8,7 +8,7 @@ extends RichTextLabel func _ready(): pass # Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(delta): +func _process(_delta): set_rotation(0) pass |
