-
Notifications
You must be signed in to change notification settings - Fork 1
/
lore_1.tscn
66 lines (54 loc) · 2.31 KB
/
lore_1.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[gd_scene load_steps=6 format=3 uid="uid://csivwx4qh2m5r"]
[ext_resource type="Texture2D" uid="uid://ct2w7c5eaxkci" path="res://PNG/Space_Stars6.png" id="1_6lpul"]
[ext_resource type="Script" path="res://lore_1.gd" id="1_hi0m2"]
[ext_resource type="Texture2D" uid="uid://cp3ehojsg6jxk" path="res://Terran.png" id="2_gu1nd"]
[ext_resource type="Texture2D" uid="uid://djt8rkrvxbotp" path="res://Assets/BoxRobot Sprite Sheets/type R/11R_Emergency Disengagement_1_On the ground.png" id="3_pj4wb"]
[ext_resource type="Texture2D" uid="uid://dhh1y2r7guqj3" path="res://Assets/BoxRobot Sprite Sheets/11_Emergency Disengagement_1_On the ground.png" id="5_14ose"]
[node name="lore1" type="Node2D"]
script = ExtResource("1_hi0m2")
[node name="SpaceStars6" type="Sprite2D" parent="."]
position = Vector2(425, 241.5)
scale = Vector2(13.4687, 7.76561)
texture = ExtResource("1_6lpul")
[node name="Terran" type="Sprite2D" parent="."]
position = Vector2(415, 244)
scale = Vector2(7.79167, 7.77083)
texture = ExtResource("2_gu1nd")
[node name="TextEdit" type="TextEdit" parent="."]
offset_left = 333.0
offset_top = 90.0
offset_right = 489.0
offset_bottom = 143.0
theme_override_font_sizes/font_size = 22
text = "EARTH-CS292"
[node name="TextEdit2" type="TextEdit" parent="."]
offset_left = 44.0
offset_top = 175.0
offset_right = 784.0
offset_bottom = 257.0
theme_override_font_sizes/font_size = 22
text = "In this multiverse, humans are enslaved by a rogue AI named Zephyr."
wrap_mode = 1
[node name="TextEdit3" type="TextEdit" parent="."]
offset_left = 140.0
offset_top = 417.0
offset_right = 700.0
offset_bottom = 470.0
theme_override_font_sizes/font_size = 23
text = "His right hand is Blaze. A cruel and loyal servant:"
[node name="11rEmergencyDisengagement1OnTheGround" type="Sprite2D" parent="."]
position = Vector2(1805, 387)
scale = Vector2(1.3, 1.3)
texture = ExtResource("3_pj4wb")
[node name="MarginContainer" type="MarginContainer" parent="."]
offset_right = 854.0
offset_bottom = 488.0
[node name="Button" type="Button" parent="MarginContainer"]
light_mask = 0
visibility_layer = 0
layout_mode = 2
[node name="11EmergencyDisengagement1OnTheGround" type="Sprite2D" parent="."]
position = Vector2(-952, 391)
scale = Vector2(1.3, 1.3)
texture = ExtResource("5_14ose")
[connection signal="pressed" from="MarginContainer/Button" to="." method="_on_button_pressed"]