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