2023-01-20 23:20:44 +01:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://bk8v3o87tcdp3"]
|
2021-06-19 15:57:05 +02:00
|
|
|
|
2023-01-20 23:20:44 +01:00
|
|
|
[ext_resource type="Script" path="res://test/scenes/basic.gd" id="3"]
|
2021-06-19 15:57:05 +02:00
|
|
|
|
|
|
|
[node name="BasicNewTerm" type="Control"]
|
2023-01-20 23:20:44 +01:00
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 0
|
2022-11-09 21:57:46 +01:00
|
|
|
offset_right = 43.0
|
|
|
|
offset_bottom = 43.0
|
2023-01-20 23:20:44 +01:00
|
|
|
script = ExtResource("3")
|
2021-06-19 15:57:05 +02:00
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
2023-01-20 23:20:44 +01:00
|
|
|
layout_mode = 0
|
2022-11-09 21:57:46 +01:00
|
|
|
offset_right = 40.0
|
|
|
|
offset_bottom = 40.0
|
2023-01-20 23:20:44 +01:00
|
|
|
color = Color(0, 1, 0, 1)
|
2021-06-19 15:57:05 +02:00
|
|
|
|
2023-01-20 23:20:44 +01:00
|
|
|
[node name="Terminal" type="Terminal" parent="."]
|
|
|
|
layout_mode = 0
|
2021-06-19 15:57:05 +02:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
focus_mode = 1
|