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" "github.com/hajimehoshi/ebiten/v2"
) )
// TODO: should this be integrated with Scene?
type Camera struct { type Camera struct {
ID ID
Scene *Scene Scene *Scene