working brush stuff

This commit is contained in:
Michał Gdula 2024-01-23 16:50:36 +00:00
parent 58d073aa7e
commit 40c43126ca
6 changed files with 129 additions and 128 deletions

View file

@ -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()