mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-05-24 20:34:54 +00:00
working brush stuff
This commit is contained in:
parent
58d073aa7e
commit
40c43126ca
6 changed files with 129 additions and 128 deletions
|
@ -43,7 +43,7 @@ func Title() {
|
|||
raylib.EndScissorMode()
|
||||
|
||||
if gui.Button(raylib.NewRectangle((application.WindowWidth-100)/2, application.WindowHeight-70, 100, 40), "Start") {
|
||||
application.CurrentScene = application.SceneGame
|
||||
application.CurrentScene = application.SceneDrawing
|
||||
}
|
||||
|
||||
raylib.EndDrawing()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue