AltParty2024/entities/Intro.tscn
2024-10-11 17:05:25 +03:00

172 lines
3.5 KiB
Text

[gd_scene load_steps=7 format=3 uid="uid://dfvl3luba7j4"]
[ext_resource type="Script" path="res://scripts/intro.gd" id="1_ps5xe"]
[ext_resource type="FontFile" uid="uid://b55n3f2bh16v5" path="res://assets/fonts/Linebeam.ttf" id="2_8yl5p"]
[sub_resource type="Animation" id="Animation_dirfa"]
length = 0.001
[sub_resource type="Animation" id="Animation_t3ulj"]
resource_name = "blink"
length = 2.0
loop_mode = 1
[sub_resource type="Animation" id="Animation_6cb10"]
resource_name = "terminal"
length = 10.0
tracks/0/type = "method"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0.533333, 1.16667, 2, 2.06667, 2.1, 2.33333, 2.46667, 2.53333, 2.63333, 2.73333, 2.91327, 2.94791, 3.10277, 5, 7, 7.03333, 7.06667, 7.07814, 7.07933, 7.08075, 7.08422, 7.08726, 7.73333, 8.13333, 8.23333, 8.3, 8.36667, 9.34944, 9.40845, 9.76667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"values": [{
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}, {
"args": [],
"method": &"next_line"
}]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_jgx00"]
_data = {
"RESET": SubResource("Animation_dirfa"),
"blink": SubResource("Animation_t3ulj"),
"terminal": SubResource("Animation_6cb10")
}
[node name="Intro" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_ps5xe")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="Timer" type="Timer" parent="."]
wait_time = 1.5
one_shot = true
autostart = true
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
"": SubResource("AnimationLibrary_jgx00")
}
[node name="Terminal" type="RichTextLabel" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 25.0
offset_top = 18.0
offset_right = -28.0
offset_bottom = -20.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/mono_font = ExtResource("2_8yl5p")
theme_override_font_sizes/mono_font_size = 35
theme_override_font_sizes/normal_font_size = 24
bbcode_enabled = true
text = "[code]HELLO[/code]
"
scroll_active = false