10 lines
97 B
Go
10 lines
97 B
Go
|
package gx
|
||
|
|
||
|
import (
|
||
|
"github.com/hajimehoshi/ebiten/v2"
|
||
|
//"math"
|
||
|
)
|
||
|
|
||
|
type Matrix = ebiten.GeoM
|
||
|
|