Update Transpiler
parent
54f53046c9
commit
e1ef6a0e38
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue