2023-01-08 10:41:48 +01:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://did1ipako11pd"]
|
2020-09-22 10:31:46 +02:00
|
|
|
|
2024-04-06 23:35:14 +02:00
|
|
|
[ext_resource type="Theme" uid="uid://0gk8swmcldbg" path="res://themes/demo.tres" id="1_nv54h"]
|
2023-01-08 10:41:48 +01:00
|
|
|
[ext_resource type="Animation" uid="uid://dcgqvylq0648u" path="res://examples/asciicast/example.cast" id="2_3048a"]
|
2020-09-22 10:31:46 +02:00
|
|
|
|
2023-01-14 10:33:56 +01:00
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_eb6bs"]
|
2023-01-08 10:41:48 +01:00
|
|
|
_data = {
|
|
|
|
"example": ExtResource("2_3048a")
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Terminal" type="Terminal"]
|
|
|
|
anchors_preset = 15
|
2020-09-29 11:16:59 +02:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-01-08 10:41:48 +01:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2021-06-19 15:57:05 +02:00
|
|
|
focus_mode = 1
|
2024-04-06 23:35:14 +02:00
|
|
|
theme = ExtResource("1_nv54h")
|
2020-09-22 10:31:46 +02:00
|
|
|
|
2020-09-29 11:16:59 +02:00
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
2024-04-06 23:35:14 +02:00
|
|
|
callback_mode_method = 1
|
2023-01-08 10:41:48 +01:00
|
|
|
libraries = {
|
2023-01-14 10:33:56 +01:00
|
|
|
"": SubResource("AnimationLibrary_eb6bs")
|
2023-01-08 10:41:48 +01:00
|
|
|
}
|
2024-04-06 23:35:14 +02:00
|
|
|
autoplay = "example"
|