📄 Paper Cutout Style

TL;DR: Paper Cutout Style is a graphics style simulating a world created from layers of cut and stacked paper — creating depth through light drop shadows between layers, rough paper texture, and organic torn edges. This is the style with the most clearly handcraft feeling in the game industry — evoking warmth and folk artistic sensibility.

The origins of paper cutting art (paper cutting, kirigami) appear in many cultures — Japan (kiri-e), China (jiǎnzhǐ), Mexico (papel picado), Poland (wycinanki). When brought into games, this style creates the feeling of looking into a handmade diorama box — where each character and tree is a carefully cut piece of paper pinned to a background.

Paper cutout style game scene: flat paper layers creating depth, characters and trees as torn paper shadows, warm earth tones

Core Concepts

ElementCharacteristicHow to Create
Layered DepthMultiple flat paper layers stacked, creating depth through distanceParallax scrolling + layer shadow
Drop ShadowLight shadow from each paper layer onto the layer behindSoft shadow with small offset
Paper TextureRough paper grain appearing lightly on surfacesTexture overlay, grain filter
Torn/Cut EdgesObject edges not perfectly flat — suggesting torn or handcut paperIrregular edge brush, noise displacement
Limited ColorPalette often warm, earthy, limited color countBeige, earth brown, faded blue, brick red
Silhouette CharacterCharacters often pure black silhouettes or single-colorFlat color with no internal detail

Operating Principles

Parallax Layering — The Depth Creation Secret

Though all elements are flat, Paper Cutout creates very convincing 3D depth through parallax — layers scroll at different speeds when the camera moves [S1]:

  • Near layer (grass, rocks): scrolls fastest
  • Mid layer (trees, characters): medium speed
  • Far layer (hills, houses): scrolls slowly
  • Sky layer: nearly stationary

Combined with drop shadows between layers → complete 3D illusion from flat 2D elements.

Handcraft Aesthetic — The Art of Imperfection

Unlike perfect vector style, Paper Cutout deliberately retains imperfections like real paper [S2]:

  • Character edges have micro-irregularity
  • Colors not completely uniform — like offset-printed colored paper
  • Drop shadows not sharp — like diffuse lamp light in a room

This very imperfection creates a warm and human feeling — in contrast to the coldness of perfect digital graphics.

Game Examples

  • Tengami (Nyamyam, 2014) — Game entirely built within the metaphor of a Japanese pop-up book. The environment folds and opens like real paper books — a masterwork of this style.
  • South Park: The Stick of Truth (Obsidian Entertainment, 2014) — Perfectly recreates the distinctive paper cutout style of the original animated series — characters and background are all “flat paper” with light drop shadows.
  • Tearaway (Media Molecule, 2013) — PS Vita game designing the entire world from paper, cardboard, and stickers — pure Paper Cutout with physical paper interaction.

Trade-offs

AspectContent
✅ AdvantagesExtremely warm and distinctive — stands out in the indie game forest. Production cost-efficient since no complex textures needed. Suitable for all ages.
❌ DisadvantagesHard to expand into heavy action genres — paper’s softness doesn’t suit violence or horror. Camera movement limited by the parallax layer system.
⚠️ Common Pitfall”Too clean” — making paper too perfect (perfect edges, perfect color) loses all handcraft feeling, becoming ordinary flat design. Must have grain, texture, and imperfection.

See Also