Rofle44-git / shaker-plugin-gd4

Godot 4.0 plugin. Allows to shake any node's property. Makes for a great camera shaker.
Creative Commons Zero v1.0 Universal
13 stars 5 forks source link

wont reset to original value after shake has ended #3

Open Nitbandier opened 3 weeks ago

Nitbandier commented 3 weeks ago

fixed mine with a simple reset value, set to original value in start() and set the target_property to its first value in stop().

Nitbandier commented 3 weeks ago

code: shaker.txt