Added icon for game clock, updated game clock background image, made game clock background image auto-scale to fit window

This commit is contained in:
2021-09-29 14:21:51 -05:00
parent 2948b02f12
commit 7b7efabaf6
6 changed files with 1471 additions and 1348 deletions

View File

@@ -94,7 +94,7 @@ class Editor < CyberarmEngine::GuiState
page(TAC::Pages::DriveTeamRotationGenerator)
end
button get_image("#{TAC::ROOT_PATH}/media/icons/trophy.png"), margin: 4, tip: "Game Clock", image_width: 1.0 do
button get_image("#{TAC::ROOT_PATH}/media/icons/custom_stopWatch.png"), margin: 4, tip: "Game Clock", image_width: 1.0 do
page(TAC::Pages::GameClock)
end