mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-05-24 12:24:54 +00:00
Fix drawing when UI overlapping, add toast messages
This commit is contained in:
parent
832fcdc7c4
commit
a2c0d9d825
4 changed files with 184 additions and 41 deletions
2
main.go
2
main.go
|
@ -13,7 +13,7 @@ func main() {
|
|||
raylib.InitWindow(application.WindowWidth, application.WindowHeight, application.WindowTitle)
|
||||
raylib.InitAudioDevice()
|
||||
|
||||
//raylib.SetTargetFPS(application.WindowFPS)
|
||||
raylib.SetTargetFPS(application.WindowFPS)
|
||||
//raylib.SetExitKey(0) // disable exit key
|
||||
|
||||
// MAIN LOOP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue