MOVE TO VULTRAS
This commit is contained in:
parent
3f441641e4
commit
e602e54ded
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import "github.com/vultras/gg"
|
import "vultras.su/core/gg"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/vultras/gg"
|
"vultras.su/core/gg"
|
||||||
"github.com/hajimehoshi/ebiten/v2/examples/resources/images"
|
"github.com/hajimehoshi/ebiten/v2/examples/resources/images"
|
||||||
"bytes"
|
"bytes"
|
||||||
"log"
|
"log"
|
||||||
|
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
import "github.com/vultras/gg"
|
import "vultras.su/core/gg"
|
||||||
|
|
||||||
type Player struct {
|
type Player struct {
|
||||||
gg.Sprite
|
gg.Sprite
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import "github.com/vultras/gg"
|
import "vultras.su/core/gg"
|
||||||
|
|
||||||
type Rect struct {
|
type Rect struct {
|
||||||
gg.DrawableRectangle
|
gg.DrawableRectangle
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import "github.com/vultras/gg"
|
import "vultras.su/core/gg"
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
type Tri struct {
|
type Tri struct {
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module github.com/vultras/gg
|
module vultras.su/core/gg
|
||||||
|
|
||||||
go 1.21
|
go 1.21
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue