Tweaked ui a bit, updated Credits, stubbed load menu, fixed crash when stopping helicopter, Stop order is now only emitted if player has entities selected.

This commit is contained in:
2021-01-04 09:33:07 -06:00
parent f3fccc8b24
commit 7087316347
18 changed files with 93 additions and 56 deletions

View File

@@ -10,6 +10,8 @@ class IMICRTS
follow_path
else
return unless @parent.target
rotate_towards(@parent.target)
@parent.position -= (@parent.position.xy - @parent.target.xy).normalized * @parent.speed
end