Update Transpiler

Jori 2026-05-10 12:25:43 +00:00
parent 54f53046c9
commit e1ef6a0e38
1 changed files with 3 additions and 0 deletions

@ -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