I’m making an iwbtg fan game and I want to replicate how the camera worked.
I don’t even know how to begin making something similar to it.
all I’ve got is an object the camera is centered on.
any suggestions?
I’m making an iwbtg fan game and I want to replicate how the camera worked.
I don’t even know how to begin making something similar to it.
all I’ve got is an object the camera is centered on.
any suggestions?
There are many versions of those games. The IWBTG game I saw was just jumping from scene to scene, whereas MM scrolls with the player. Which of these did you mean?
the IWBTG one. because it’s the most simple (from what I see)
Two easy ways:
where’s the extension list?
EDIT: I found a much more simplistic solution. having invisible sprites the size of the game window that, whenever the player is colliding with, set the camera to their position. I know it’s going to be tedious putting each sprite down, but game making is already tedious so it’s fine.