Added .rubocop.yml config, filters for Server Browser now functional, game select button on Games page now overrides the hover color if its selected

This commit is contained in:
2021-11-18 14:25:37 -06:00
parent 662e5c2b0c
commit ea1a7e8b13
4 changed files with 93 additions and 67 deletions

View File

@@ -22,7 +22,7 @@ class W3DHub
flow(width: 1.0, height: 0.05, padding_left: 16, padding_right: 16, padding_bottom: 8, padding_top: 8) do
@status_label = caption "Starting #{NAME}...", width: 0.5
inscription "W3D Hub Launcher #{W3DHub::VERSION}", width: 0.5, text_align: :right
inscription "#{NAME} #{W3DHub::VERSION}", width: 0.5, text_align: :right
end
end
end