From 9d74b49ab62908d4acf53dde444413886b8b28e5 Mon Sep 17 00:00:00 2001 From: Radio Date: Thu, 4 Jun 2026 15:15:11 +0300 Subject: escoria setup and old branch archives --- addons/escoria-core/_test/test_migrations.tscn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 addons/escoria-core/_test/test_migrations.tscn (limited to 'addons/escoria-core/_test/test_migrations.tscn') diff --git a/addons/escoria-core/_test/test_migrations.tscn b/addons/escoria-core/_test/test_migrations.tscn new file mode 100644 index 0000000..252dd79 --- /dev/null +++ b/addons/escoria-core/_test/test_migrations.tscn @@ -0,0 +1,25 @@ +[gd_scene load_steps=2 format=3 uid="uid://ck1ew8vbwietx"] + +[ext_resource type="Script" uid="uid://b7x4hqeh2dtgi" path="res://addons/escoria-core/_test/test_migrations.gd" id="1"] + +[node name="Control" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +script = ExtResource("1") +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="."] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="CheckESCMigrationManager" type="CheckButton" parent="VBoxContainer"] +offset_right = 1280.0 +offset_bottom = 40.0 +text = "Check ESCMigrationManager" + +[connection signal="pressed" from="VBoxContainer/CheckESCMigrationManager" to="." method="_on_CheckESCMigrationManager_pressed"] -- cgit v1.3