First godot-ci commit

This commit is contained in:
2025-05-13 13:29:35 +02:00
commit d3e99bc70e
47 changed files with 3158 additions and 0 deletions

7
scenes/ColoredEntity.tscn Executable file
View File

@@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/ColoredEntity.gd" type="Script" id=1]
[node name="ColoredEntity" type="Node2D"]
script = ExtResource( 1 )