mirror of
https://github.com/yeslayla/golang-game-framework.git
synced 2025-07-07 19:14:54 +02:00
Initial commit
This commit is contained in:
9
rendering/texture2d.go
Normal file
9
rendering/texture2d.go
Normal file
@ -0,0 +1,9 @@
|
||||
package rendering
|
||||
|
||||
import "github.com/manleydev/golang-game-framework/core"
|
||||
|
||||
type Texture2D interface {
|
||||
Destroy()
|
||||
GetCenter() core.Vector2
|
||||
GetRect() core.Rect2D
|
||||
}
|
Reference in New Issue
Block a user