mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
Stubbed Map, implemented optimized Map tile rendering, made Camera viewport explicitly defined
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class IMICRTS
|
||||
class Director
|
||||
attr_reader :current_tick
|
||||
attr_reader :current_tick, :map
|
||||
def initialize(map:, players:, networking_mode: :virtual, tick_rate: 10)
|
||||
@map = map
|
||||
@players = players
|
||||
|
||||
Reference in New Issue
Block a user