mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-17 04:30:57 +01:00
implemented basic menu and options structure, most stuff works
This commit is contained in:
@@ -366,6 +366,12 @@ func (scene *ScenePlay) SaveRectRLE() {
|
||||
}
|
||||
|
||||
func (scene *ScenePlay) Update() error {
|
||||
if scene.Config.Restart {
|
||||
scene.Config.Restart = false
|
||||
scene.Init()
|
||||
return nil
|
||||
}
|
||||
|
||||
scene.CheckInput()
|
||||
scene.CheckDraggingInput()
|
||||
scene.CheckMarkInput()
|
||||
|
||||
Reference in New Issue
Block a user