mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 18:32:49 +01:00
rename LauncherGo to LauncherGoDev
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/veandco/go-sdl2/ttf"
|
||||
|
||||
"github.com/cuu/gogame/font"
|
||||
"github.com/cuu/LauncherGo/sysgo"
|
||||
"github.com/cuu/LauncherGoDev/sysgo"
|
||||
)
|
||||
|
||||
type WidgetInterface interface {
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
"github.com/cuu/gogame/event"
|
||||
|
||||
|
||||
"github.com/cuu/LauncherGo/sysgo/easings"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/easings"
|
||||
|
||||
)
|
||||
//sysgo/UI/keyboard_keys.layout
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package UI
|
||||
|
||||
import (
|
||||
"github.com/cuu/LauncherGo/sysgo"
|
||||
"github.com/cuu/LauncherGoDev/sysgo"
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ import (
|
||||
|
||||
"github.com/cuu/gogame/event"
|
||||
|
||||
"github.com/cuu/LauncherGo/sysgo/DBUS"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -15,7 +15,7 @@ import (
|
||||
"github.com/cuu/gogame/event"
|
||||
|
||||
"github.com/cuu/gogame/transform"
|
||||
"github.com/cuu/LauncherGo/sysgo/easings"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/easings"
|
||||
|
||||
)
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
"github.com/cuu/gogame/color"
|
||||
|
||||
"github.com/cuu/LauncherGo/sysgo"
|
||||
"github.com/cuu/LauncherGoDev/sysgo"
|
||||
)
|
||||
|
||||
type SkinManager struct {
|
||||
|
||||
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/cuu/gogame/event"
|
||||
|
||||
//"github.com/cuu/gogame/transform"
|
||||
//"github.com/cuu/LauncherGo/sysgo/easings"
|
||||
//"github.com/cuu/LauncherGoDev/sysgo/easings"
|
||||
|
||||
)
|
||||
|
||||
|
||||
@@ -20,9 +20,9 @@ import (
|
||||
|
||||
"github.com/vjeantet/jodaTime"
|
||||
|
||||
"github.com/cuu/LauncherGo/sysgo/DBUS"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||
|
||||
"github.com/cuu/LauncherGo/sysgo"
|
||||
"github.com/cuu/LauncherGoDev/sysgo"
|
||||
|
||||
|
||||
)
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
"github.com/cuu/gogame/display"
|
||||
|
||||
"github.com/cuu/LauncherGo/sysgo"
|
||||
"github.com/cuu/LauncherGoDev/sysgo"
|
||||
)
|
||||
|
||||
func ShowErr(e error) {
|
||||
|
||||
Reference in New Issue
Block a user