godot-xterm/examples/asciicast/asciicast.tscn
2024-04-28 17:29:40 +12:00

25 lines
738 B
Text

[gd_scene load_steps=4 format=3 uid="uid://did1ipako11pd"]
[ext_resource type="Theme" uid="uid://0gk8swmcldbg" path="res://themes/demo.tres" id="1_nv54h"]
[ext_resource type="Animation" uid="uid://dcgqvylq0648u" path="res://examples/asciicast/example.cast" id="2_3048a"]
[sub_resource type="AnimationLibrary" id="AnimationLibrary_eb6bs"]
_data = {
"example": ExtResource("2_3048a")
}
[node name="Terminal" type="Terminal"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
focus_mode = 1
theme = ExtResource("1_nv54h")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
callback_mode_method = 1
libraries = {
"": SubResource("AnimationLibrary_eb6bs")
}
autoplay = "example"