NodotProject / nodot

A video game node library for Godot 4
https://nodotproject.github.io/nodot/
MIT License
329 stars 11 forks source link

Adds a Burnable3D component for Rigidbody3D #129

Closed krazyjakee closed 1 year ago

krazyjakee commented 1 year ago

Adds a new Burnable3D component for Rigidbody3D. The component allows for objects to be set on fire and spread the fire to other objects.

krazyjakee commented 1 year ago

closes #70