Noob question alert…
- Add
camera.go
to your game.
After adding dependency I can see camera.go
in orthographic
folder, but how add it to my game?
From tutorials I know that to add Game Object I have to use Factory. Do I need Factory in this case too?
For me as a guy who just passed all tutorial projects - add Game Object to your game
is not clear instruction… Who can write step by step solution for me based on Walking astronaut
tutorial project? Thanks!
P.S. I’ve added render as stated below, but I see black screen after building any of tutorial projects.
- Open
game.project
and make sure to referenceorthographic/render/orthographic.render
in theRender
field in theBootstrap
section.