/Godot-2D-Glow

Godot 2D Glow effect demo.

Primary LanguageGDScriptMIT LicenseMIT

Godot 2D Glow demo

This repository is a godot port of Brackeys Unity 2D GLOW tutorial.

You can make part of sprite glow,and change the glow color at runtime.

Pireview

There is also a better(I think) hdr color picker in this repository:

Hdr Color Picker preview

How it works

The player's material will set specific hdr color to part of sprite, and the WorldEnvironment node in main scene will make all hdr color glow.

Credits