Added custom cursors

This commit is contained in:
2019-10-27 11:43:15 -05:00
parent a95849d5c7
commit cd7b71894d
12 changed files with 475 additions and 3 deletions

View File

@@ -33,12 +33,12 @@ class IMICRTS
end
end
flow do
button("Accept", width: 0.4) do
flow(width: 1.0) do
button("Accept", width: 0.5) do
push_state(Game)
end
button("Back", width: 0.4, margin_left: 20) do
button("Back", align: :right) do
push_state(MainMenu)
end
end