Gravity Ace

3 methods for screen shake in Godot Engine

Welcome back to another Gravity Ace devlog. This tutorial shows how I do screen shake in Godot Engine for my game Gravity Ace. I walk you through all of the code line by line. I also cover 3 different algorithms for implementing the actual screen shake and include a demo project that you can download from Github to use in your own games.

Github demo project: https://github.com/jotson/camera_shake_tutorial

Published May 2, 2021

More devlogs...

Game jams for beginners

3 methods for screen shake in Godot Engine

Creating a custom Fixed Joint in Godot Engine

More...