mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-15 15:52:34 +00:00
Added custom cursors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user