Redot-Engine / redot-engine

Redot Engine – Multi-platform 2D and 3D game engine
https://redotengine.org/
MIT License
4.78k stars 214 forks source link

Add a Frames option to the Timer node #833

Open CoreTaxxe opened 2 weeks ago

CoreTaxxe commented 2 weeks ago

Adds the option to have timers run with frames instead of time. Works with idle and physics options to choose either physics or normal process. They are used for frame-perfect timings such as in doom-like games or fighting games.

Supersedes https://github.com/Redot-Engine/redot-engine/pull/131

Quick edit: I think there are space/indent issues

Spartan322 commented 2 weeks ago

Related PR: godotengine/godot#97725 Related proposal: godotengine/godot-proposals#10879