Added initial implementation of world editor

This commit is contained in:
2024-06-01 02:50:37 +03:00
parent e3dab9f816
commit 144f45d522
4 changed files with 204 additions and 0 deletions

5
godot/main/editor.tscn Normal file
View File

@@ -0,0 +1,5 @@
[gd_scene format=2]
[node name="editor" type="Spatial"]
[node name="WorldEditor" type="WorldEditor" parent="."]