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
import "github.com/vultras/gg"
import "vultras.su/core/gg"
import (
"strings"

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/vultras/gg"
"vultras.su/core/gg"
"github.com/hajimehoshi/ebiten/v2/examples/resources/images"
"bytes"
"log"

View file

@ -5,7 +5,7 @@ import (
"fmt"
)
import "github.com/vultras/gg"
import "vultras.su/core/gg"
type Player struct {
gg.Sprite

View file

@ -1,6 +1,6 @@
package main
import "github.com/vultras/gg"
import "vultras.su/core/gg"
type Rect struct {
gg.DrawableRectangle

View file

@ -1,6 +1,6 @@
package main
import "github.com/vultras/gg"
import "vultras.su/core/gg"
import "fmt"
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