-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathending.tscn
48 lines (37 loc) · 1.08 KB
/
ending.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
[gd_scene load_steps=3 format=1]
[ext_resource path="res://ending.gd" type="Script" id=1]
[ext_resource path="res://Graphics/Title.png" type="Texture" id=2]
[node name="Node2D" type="Node2D"]
script/script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 2 )
centered = false
[node name="RichTextLabel" type="RichTextLabel" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 0.0
margin/top = 80.0
margin/right = 240.0
margin/bottom = 160.0
bbcode/enabled = true
bbcode/bbcode = "WOW... You actually made it this far... ?
Thanks... This was a labour of love.
Type \"bumbumbum\" at the titlescreen to see this again..."
visible_characters = -1
percent_visible = 1.0
[node name="Button" type="Button" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 79.0
margin/top = 50.0
margin/right = 161.0
margin/bottom = 70.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
text = "Exit to title"
flat = false