8 lines
88 B
Go
8 lines
88 B
Go
package mx
|
|
|
|
import (
|
|
"github.com/hajimehoshi/ebiten/v2"
|
|
)
|
|
|
|
type Matrice = ebiten.GeoM
|
|
|