mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-20 10:52:52 +01:00
try to copy whole design from python gameshell launcher
This commit is contained in:
20
sysgo/UI/main_screen.go
Normal file
20
sysgo/UI/main_screen.go
Normal file
@@ -0,0 +1,20 @@
|
||||
package UI
|
||||
|
||||
import (
|
||||
|
||||
)
|
||||
|
||||
type MainScreen struct {
|
||||
Pages []interface{}
|
||||
PageMax int
|
||||
PageIndex int
|
||||
PosX int
|
||||
PosY int
|
||||
|
||||
}
|
||||
|
||||
|
||||
func NewMainScreen() *MainScreen {
|
||||
m := &MainScreen{}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user