45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c670wtpi4n22q"]
|
|
|
|
[ext_resource type="Script" uid="uid://ckagscjkf3iiu" path="res://Assets/Scripts/UI/terminal/terminal_controls.gd" id="1_7fm3u"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_nmbs0"]
|
|
font_size = 42
|
|
|
|
[node name="SubViewport" type="SubViewport" node_paths=PackedStringArray("terminalLine")]
|
|
transparent_bg = true
|
|
size = Vector2i(1830, 1680)
|
|
script = ExtResource("1_7fm3u")
|
|
terminalLine = NodePath("MarginContainer/ScrollContainer/VBoxContainer/Label")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/ScrollContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/ScrollContainer/VBoxContainer"]
|
|
clip_contents = true
|
|
custom_minimum_size = Vector2(1800, 0)
|
|
layout_mode = 2
|
|
text = "a0ifjaojkfna"
|
|
label_settings = SubResource("LabelSettings_nmbs0")
|
|
autowrap_mode = 3
|
|
|
|
[node name="Caret" type="ColorRect" parent="MarginContainer/ScrollContainer/VBoxContainer/Label"]
|
|
layout_mode = 0
|
|
offset_right = 24.0
|
|
offset_bottom = 42.0
|
|
|
|
[node name="CaretTimer" type="Timer" parent="MarginContainer/ScrollContainer/VBoxContainer/Label"]
|
|
wait_time = 0.5
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="MarginContainer/ScrollContainer/VBoxContainer/Label/CaretTimer" to="." method="_on_caret_timer_timeout"]
|