This commit is contained in:
Josh Deprez 2021-08-10 15:32:29 +10:00
parent 8b076efcc4
commit 9592cfc794

View file

@ -6,6 +6,8 @@ import (
"github.com/hajimehoshi/ebiten/v2"
)
// TODO: should this be integrated with Scene?
type Camera struct {
ID
Scene *Scene