add new godot project

This commit is contained in:
Matt Parker
2025-08-17 17:45:49 +10:00
parent a91927eb78
commit 590a65bbe3
11 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[gd_scene format=3 uid="uid://b2oniigcp5ew5"]
[node name="IdeRoot" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="CodeEdit" type="CodeEdit" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
gutters_draw_line_numbers = true
code_completion_enabled = true
auto_brace_completion_enabled = true