Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.28 KB

File metadata and controls

33 lines (23 loc) · 1.28 KB

Sketchy Renderer

Banner

A third person game made in Godot with a sketchy screen shader. This project can be used as a starting point or as a reference for making certain systems in Godot.

You can play the game on Itch.io!

Features

  • Character controller with smooth animation blending and orbital camera system.
  • Spatial shader that reads from the screen and normal texture to apply post processing.
  • Character selection screen before the scene with gameplay is loaded.
  • Transition from one scene to another by using a vignette zoom to black.
  • A settings screen that changes the shader parameters of the sketchy shader.
  • An obstruction checker that hides walls with a vignette effect to keep the player visible.
  • Collecting items in the level and animating both the item and character when doing so.
  • Debug/Media Mode camera that can be enabled at any time to record videos or inspect scenes.

Videos

Video 1 Video 2 Video 3

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3