Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 972 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 972 Bytes

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