Moved renderer stats to Overlay

This commit is contained in:
2020-05-03 09:40:51 -05:00
parent 9593d341bf
commit c05009a000
4 changed files with 52 additions and 16 deletions

View File

@@ -30,7 +30,6 @@ class IMICFPS
@maps.each do |map|
button map.metadata.name do
push_state(Editor, map_parser: map)
# push_state(TurnTable, manifest: manifest)
end
end
end