Renamed MapLoader to MapParser, added level select menu

This commit is contained in:
2020-01-28 23:41:44 -06:00
parent c1b5e72d7d
commit ea68748234
9 changed files with 42 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ class IMICFPS
attr_reader :map
def setup
@map = Map.new(map_loader: @options[:map_loader])
@map = Map.new(map_loader: @options[:map_parser])
@map.setup
@player = @map.find_entity_by(name: "character")