mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-05-29 06:33:12 +00:00
I actually just forgotten
This commit is contained in:
parent
1b05e0364b
commit
9225fd428a
6 changed files with 64 additions and 6 deletions
|
@ -8,11 +8,17 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
SceneTitle = iota
|
||||
ScenePlayerData = iota
|
||||
SceneTitle
|
||||
SceneOptions
|
||||
SceneGame
|
||||
)
|
||||
|
||||
var CurrentScene = SceneTitle
|
||||
const (
|
||||
DirAssets = "./assets/"
|
||||
DirPlayerData = "./playerData/"
|
||||
)
|
||||
|
||||
var CurrentScene = ScenePlayerData
|
||||
|
||||
var ShouldQuit = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue