Update Transpiler
parent
cb2308cd49
commit
6381fe54d1
|
|
@ -1,5 +1,8 @@
|
||||||
Features
|
Features
|
||||||
|
|
||||||
|
### **Roslyn Syntax Tree Visualizer**
|
||||||
|
- Exports the syntax tree of a class to Godot nodes for inspection
|
||||||
|
|
||||||
### **Godot Library**
|
### **Godot Library**
|
||||||
- Convert GDScript Enum Types `Node.ProcessModeEnum` to `Node.ProcessMode`
|
- Convert GDScript Enum Types `Node.ProcessModeEnum` to `Node.ProcessMode`
|
||||||
- Convert GDScript Enum Values `Node.ProcessModeEnum.Disabled` to `Node.PROCESS_MODE_DISABLED`
|
- Convert GDScript Enum Values `Node.ProcessModeEnum.Disabled` to `Node.PROCESS_MODE_DISABLED`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue