ImTani / godot-time-rewind-2d

Go back in time, in Godot.
https://godotengine.org/asset-library/asset/3283
MIT License
19 stars 1 forks source link

make rewind_time a global variable so everything rewinds for the same time #2

Open ImTani opened 1 month ago

ImTani commented 1 month ago

Currently, rewind_time is a property that is local for all nodes that have the TimeRewind2D node under them, I want to shift this system so that all nodes rewind for the same time under a global rewind_time variable.