Game Development
Integrating 3D elements into a 2D game
·4 mins·
0
·
0
Game Development
Graphics
Rendering
As you maybe have noticed, Without Escape is a 2D game. All its graphics are pre-rendered 2D images with 2D UI elements on top. However, when you get an item, you can see this nice rotation animation:
Adding dynamism to static backgrounds (Part 2)
·3 mins·
0
·
0
Game Development
Graphics
Rendering
As mentioned in the previous article, my game is all made with static pre-rendered backgrounds. So I wanted to apply some tricks and effects in order to provide some animation to them.
Adding dynamism to static backgrounds
·3 mins·
0
·
0
Game Development
Graphics
Rendering
Let’s talk a little bit about one of the tricks I’ve used in Without Escape to add some dynamism to its static backgrounds.