added systems (not used yet, see TODO)
This commit is contained in:
8
systems/system.go
Normal file
8
systems/system.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package system
|
||||
|
||||
import "github.com/hajimehoshi/ebiten/v2"
|
||||
|
||||
type System interface {
|
||||
Update() error
|
||||
Draw(screen *ebiten.Image)
|
||||
}
|
||||
Reference in New Issue
Block a user