DemoProductions / shmup

3 stars 2 forks source link

Parallax scrolling #19

Closed ghost closed 7 years ago

flip40 commented 8 years ago

Description? Just not sure if this is to make the background appear to be scrolling in parallax or if it is actual movement. Was going to set some issues for adding the line of enemies as well as screen scrolling, but we might need to figure out how exactly that will work. I assume we want to actually move the screen (as opposed to having it appear to be moving, when it really isn't), but I don't know how exactly the enemy implementation works.

I think you mentioned you had found a guide at some point for placing enemies that would then activate when they entered the screen? Would you be able to post a link to that?

ghost commented 8 years ago

Enemies that activate when they enter the screen in this link. Camera is actually moving and the background repeats: http://pixelnest.io/tutorials/2d-game-unity/parallax-scrolling/

flip40 commented 8 years ago

great link, seems like a very useful resource for getting the parallax and enemy "spawning" working properly.

ghost commented 8 years ago

next addition is enemy 'activation' when the camera reaches them

ghost commented 8 years ago

When playing on a maximized window, can see the right part of the screen turn blue at times (the background color for the main camera).