Stubbed Map, implemented optimized Map tile rendering, made Camera viewport explicitly defined

This commit is contained in:
2019-10-03 17:19:59 -05:00
parent fd3b847449
commit 0c22996b9f
6 changed files with 95 additions and 12 deletions

View File

@@ -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