-
Notifications
You must be signed in to change notification settings - Fork 1
/
EndScene.tscn
98 lines (82 loc) · 2.61 KB
/
EndScene.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[gd_scene load_steps=12 format=2]
[ext_resource path="res://TitleScreenTempBGBlack.jpg" type="Texture" id=1]
[ext_resource path="res://Music/The-One-And-Only_slower_swung.mp3" type="AudioStream" id=2]
[ext_resource path="res://EndScene.gd" type="Script" id=3]
[ext_resource path="res://UI/Fantasy RPG (Toony) 32x32 Chest.png" type="Texture" id=4]
[ext_resource path="res://UI/ReturnToHomeButton.tscn" type="PackedScene" id=5]
[sub_resource type="DynamicFontData" id=3]
font_path = "res://Fonts/8-bit-operator/8bitOperatorPlus8-Bold.ttf"
[sub_resource type="DynamicFont" id=4]
size = 11
font_data = SubResource( 3 )
[sub_resource type="DynamicFontData" id=5]
font_path = "res://Fonts/8-bit-operator/8bitOperatorPlus-Bold.ttf"
[sub_resource type="DynamicFont" id=2]
size = 12
font_data = SubResource( 5 )
[sub_resource type="DynamicFontData" id=6]
font_path = "res://Fonts/8-bit-operator/8bitOperatorPlus-Regular.ttf"
[sub_resource type="DynamicFont" id=7]
size = 9
font_data = SubResource( 6 )
[node name="EndScene" type="Node2D"]
script = ExtResource( 3 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
pause_mode = 2
stream = ExtResource( 2 )
volume_db = -20.0
autoplay = true
[node name="TextureRect3" type="TextureRect" parent="."]
margin_top = 1.0
margin_right = 468.0
margin_bottom = 336.0
rect_pivot_offset = Vector2( 24, 102 )
texture = ExtResource( 1 )
expand = true
[node name="Grid Label2" type="Label" parent="."]
margin_left = 318.0
margin_top = 184.0
margin_right = 448.0
margin_bottom = 209.0
rect_pivot_offset = Vector2( 36, 13 )
custom_fonts/font = SubResource( 4 )
text = "Observed Probabilities"
align = 1
valign = 1
autowrap = true
[node name="Grid Label" type="Label" parent="."]
margin_left = 317.0
margin_top = 59.0
margin_right = 447.0
margin_bottom = 84.0
rect_pivot_offset = Vector2( 36, 13 )
custom_fonts/font = SubResource( 4 )
text = "Actual Probabilities"
align = 1
valign = 1
autowrap = true
[node name="TreasureLabel" type="Label" parent="."]
margin_left = 44.0
margin_top = 9.0
margin_right = 204.0
margin_bottom = 34.0
rect_pivot_offset = Vector2( 50, 24 )
custom_fonts/font = SubResource( 2 )
text = "Treasure Found: "
valign = 1
[node name="TextureRect" type="TextureRect" parent="."]
margin_left = 14.0
margin_top = 10.0
margin_right = 37.0
margin_bottom = 33.0
texture = ExtResource( 4 )
expand = true
[node name="AIDetails" type="RichTextLabel" parent="."]
margin_left = 301.0
margin_top = 7.0
margin_right = 448.0
margin_bottom = 49.0
custom_fonts/normal_font = SubResource( 7 )
text = "Placeholder"
scroll_active = false
[node name="ReturnToHomeButton" parent="." instance=ExtResource( 5 )]