Crude path following implemented

This commit is contained in:
2019-10-25 11:43:07 -05:00
parent 8d71070893
commit 9fcb7f3d6e
3 changed files with 47 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
class IMICRTS
class Map
attr_reader :tile_size, :tiles, :ores
attr_reader :tile_size, :tiles, :ores, :width, :height
def initialize(map_file:)
@tiled_map = TiledMap.new(map_file)