-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAuthorsReplayModalPrompt.tscn
More file actions
35 lines (29 loc) · 988 Bytes
/
Copy pathAuthorsReplayModalPrompt.tscn
File metadata and controls
35 lines (29 loc) · 988 Bytes
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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://default_styleboxtexture.tres" type="StyleBox" id=1]
[ext_resource path="res://DefaultTheme.tres" type="Theme" id=2]
[ext_resource path="res://AuthorsReplayModalPrompt.gd" type="Script" id=3]
[node name="LevelSelect" type="Node2D"]
script = ExtResource( 3 )
[node name="Holder" type="Label" parent="."]
margin_left = 123.0
margin_top = 101.0
margin_right = 394.0
margin_bottom = 173.0
theme = ExtResource( 2 )
custom_styles/normal = ExtResource( 1 )
text = "You are about to watch this puzzle's official solution.
You can stop the replay early by making any move."
align = 1
[node name="OkButton" type="Button" parent="Holder"]
margin_left = 81.0
margin_top = 53.0
margin_right = 118.0
margin_bottom = 68.0
text = "Ok"
[node name="CancelButton" type="Button" parent="Holder"]
margin_left = 137.0
margin_top = 53.0
margin_right = 194.0
margin_bottom = 68.0
text = "Cancel"
[node name="Pointer" type="Sprite" parent="Holder"]