Added Director, Player and stubbed Order, mostly working Entity#rotate_towards

This commit is contained in:
2019-10-02 22:35:44 -05:00
parent e29bc47817
commit 8be63d8ebe
9 changed files with 185 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ class IMICRTS
def window; $window; end
def draw(&block)
def draw(*args, &block)
if block
center_point = center
Gosu.translate(@position.x, @position.y) do