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