Refreshed a few menus, stubbed Settings menu

This commit is contained in:
2020-05-05 10:46:23 -05:00
parent c1eb02a106
commit a078645b94
11 changed files with 259 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ class IMICFPS
raise "Unable to load map, missing :map_file or :map_parser"
end
title "I-MIC FPS"
title IMICFPS::NAME
@subheading = Text.new("Loading Map: #{@map_parser.metadata.name}", y: 100, size: 50, alignment: :center)
@description = Text.new("Map created by: #{@map_parser.metadata.authors.join(", ")}\n#{@map_parser.metadata.description}", y: 180, size: 24, alignment: :center)
@state = Text.new("Preparing...", y: window.height/2-40, size: 40, alignment: :center)