mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
Added Director, Player and stubbed Order, mostly working Entity#rotate_towards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user