mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 13:34:36 +02:00
change import path
This commit is contained in:
4
main.go
4
main.go
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/cuu/gogame/font"
|
||||
"github.com/cuu/gogame/time"
|
||||
|
||||
"./sysgo/UI"
|
||||
"github.com/cuu/AppStore/sysgo/UI"
|
||||
)
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ func run() int {
|
||||
fmt.Println("UserEvent: ",ev.Data["Msg"])
|
||||
}
|
||||
if ev.Type == event.KEYDOWN {
|
||||
if ev.Data["Key"] == "Q" || ev.Data["Key"] == "Escape" {
|
||||
if ev.Data["Key"] == "Q" {
|
||||
main_screen.OnExitCb()
|
||||
return 0
|
||||
}else if ev.Data["Key"] == "D" {
|
||||
|
||||
Reference in New Issue
Block a user