-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwinning.tscn
59 lines (50 loc) · 1.47 KB
/
winning.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
[gd_scene load_steps=5 format=1]
[ext_resource path="res://Pictures/menu_pictures/winning_menu.png" type="Texture" id=1]
[ext_resource path="res://Pictures/menu_pictures/back_button.png" type="Texture" id=2]
[ext_resource path="res://.gd" type="Script" id=3]
[ext_resource path="res://Scripts/total-score.gd" type="Script" id=4]
[node name="TextureFrame" type="TextureFrame"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 2.0
margin/top = 2.0
margin/right = 1028.0
margin/bottom = 604.0
texture = ExtResource( 1 )
stretch_mode = 0
[node name="TextureButton" type="TextureButton" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 433.0
margin/top = 406.0
margin/right = 588.0
margin/bottom = 512.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
textures/normal = ExtResource( 2 )
params/resize_mode = 0
params/stretch_mode = 0
script/script = ExtResource( 3 )
[node name="Label" type="Label" parent="."]
rect/scale = Vector2( 5, 5 )
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 5.0
margin/top = 300.0
margin/right = 209.0
margin/bottom = 315.0
custom_colors/font_color = Color( 0, 1, 0, 1 )
custom_colors/font_color_shadow = Color( 1, 0, 0, 1 )
text = "Score:"
align = 1
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
script/script = ExtResource( 4 )