mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
rename repo name
This commit is contained in:
parent
6a1f5f6dd7
commit
5831c13eb8
2
main.go
2
main.go
@ -13,7 +13,7 @@ import (
|
|||||||
"github.com/cuu/gogame/font"
|
"github.com/cuu/gogame/font"
|
||||||
"github.com/cuu/gogame/time"
|
"github.com/cuu/gogame/time"
|
||||||
|
|
||||||
"github.com/cuu/AppStore/sysgo/UI"
|
"github.com/cuu/LauncherGo/sysgo/UI"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ import (
|
|||||||
"github.com/veandco/go-sdl2/ttf"
|
"github.com/veandco/go-sdl2/ttf"
|
||||||
|
|
||||||
"github.com/cuu/gogame/font"
|
"github.com/cuu/gogame/font"
|
||||||
"github.com/cuu/AppStore/sysgo"
|
"github.com/cuu/LauncherGo/sysgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
var Fonts map[string]*ttf.Font
|
var Fonts map[string]*ttf.Font
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package UI
|
package UI
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/cuu/AppStore/sysgo"
|
"github.com/cuu/LauncherGo/sysgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ import (
|
|||||||
|
|
||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
|
|
||||||
"github.com/cuu/AppStore/sysgo/DBUS"
|
"github.com/cuu/LauncherGo/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
@ -15,7 +15,7 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
|
|
||||||
"github.com/cuu/gogame/transform"
|
"github.com/cuu/gogame/transform"
|
||||||
"github.com/cuu/AppStore/sysgo/easings"
|
"github.com/cuu/LauncherGo/sysgo/easings"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
|
|
||||||
"github.com/cuu/AppStore/sysgo"
|
"github.com/cuu/LauncherGo/sysgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
type SkinManager struct {
|
type SkinManager struct {
|
||||||
|
|||||||
@ -20,9 +20,9 @@ import (
|
|||||||
|
|
||||||
"github.com/vjeantet/jodaTime"
|
"github.com/vjeantet/jodaTime"
|
||||||
|
|
||||||
"github.com/cuu/AppStore/sysgo/DBUS"
|
"github.com/cuu/LauncherGo/sysgo/DBUS"
|
||||||
|
|
||||||
"github.com/cuu/AppStore/sysgo"
|
"github.com/cuu/LauncherGo/sysgo"
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
"github.com/cuu/gogame/display"
|
"github.com/cuu/gogame/display"
|
||||||
|
|
||||||
"github.com/cuu/AppStore/sysgo"
|
"github.com/cuu/LauncherGo/sysgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
func SkinMap(orig_file_or_dir string) string {
|
func SkinMap(orig_file_or_dir string) string {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user