MOVE TO VULTRAS

This commit is contained in:
Andrey Parhomenko 2024-01-05 04:22:53 +03:00
parent 3f441641e4
commit e602e54ded
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
package main package main
import "github.com/vultras/gg" import "vultras.su/core/gg"
import ( import (
"strings" "strings"

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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
View file

@ -1,4 +1,4 @@
module github.com/vultras/gg module vultras.su/core/gg
go 1.21 go 1.21