mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-05-19 09:54:57 +00:00
Work on improving the menus
This commit is contained in:
parent
40c43126ca
commit
65ec70dd4a
6 changed files with 96 additions and 97 deletions
4
main.go
4
main.go
|
@ -8,12 +8,12 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
//raylib.SetConfigFlags(raylib.FlagWindowResizable)
|
||||
raylib.SetConfigFlags(raylib.FlagWindowResizable)
|
||||
|
||||
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