Integrating 3D elements into a 2D game
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: Since everything is pre-rendered, you might think that those item animations are some kind of pre-rendered video or …