From e1ef6a0e386920a17a24171c98c4265800a9264c Mon Sep 17 00:00:00 2001 From: Jori Date: Sun, 10 May 2026 12:25:43 +0000 Subject: [PATCH] Update Transpiler --- Transpiler.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Transpiler.md b/Transpiler.md index b3502ec..34605c7 100644 --- a/Transpiler.md +++ b/Transpiler.md @@ -4,6 +4,9 @@ Features - Convert GDScript Enum Types `Node.ProcessModeEnum` to `Node.ProcessMode` - Convert GDScript Enum Values `Node.ProcessModeEnum.Disabled` to `Node.PROCESS_MODE_DISABLED` - Convert Godot.GD functions to global functions `GD.print` to `print` +- Convert Godot.Mathf functions to global functions `Mathf.max` to `max` +- Convert Godot.Mathf XXXtoInt to XXX `Mathf.RoundToInt` to `round` + ### **GD Script Injection** - Add GDScript from comment