Frédérik Charest

Results 1 comments of Frédérik Charest

I ported the example to C# if anyone wants the code: # Label ``` using Godot; public class DamageText : Label { private Tween Tween; [Export] public Color CritColor; public...