@@ -949,8 +949,6 @@ theme_override_font_sizes/font_size = 35
949949text = "Loading..."
950950horizontal_alignment = 1
951951vertical_alignment = 1
952- visible_characters = 16
953- visible_ratio = 1.23077
954952
955953[node name ="VSeparator2" type ="VSeparator" parent ="Leaderboard/Row1" ]
956954layout_mode = 2
@@ -994,8 +992,6 @@ theme_override_font_sizes/font_size = 35
994992text = "Loading..."
995993horizontal_alignment = 1
996994vertical_alignment = 1
997- visible_characters = 16
998- visible_ratio = 1.23077
999995
1000996[node name ="VSeparator2" type ="VSeparator" parent ="Leaderboard/Row2" ]
1001997layout_mode = 2
@@ -1039,8 +1035,6 @@ theme_override_font_sizes/font_size = 35
10391035text = "Loading..."
10401036horizontal_alignment = 1
10411037vertical_alignment = 1
1042- visible_characters = 16
1043- visible_ratio = 1.23077
10441038
10451039[node name ="VSeparator2" type ="VSeparator" parent ="Leaderboard/Row3" ]
10461040layout_mode = 2
@@ -1084,8 +1078,6 @@ theme_override_font_sizes/font_size = 35
10841078text = "Loading..."
10851079horizontal_alignment = 1
10861080vertical_alignment = 1
1087- visible_characters = 16
1088- visible_ratio = 1.23077
10891081
10901082[node name ="VSeparator2" type ="VSeparator" parent ="Leaderboard/Row4" ]
10911083layout_mode = 2
@@ -1129,8 +1121,6 @@ theme_override_font_sizes/font_size = 35
11291121text = "Loading..."
11301122horizontal_alignment = 1
11311123vertical_alignment = 1
1132- visible_characters = 16
1133- visible_ratio = 1.23077
11341124
11351125[node name ="VSeparator2" type ="VSeparator" parent ="Leaderboard/Row5" ]
11361126layout_mode = 2
@@ -1174,8 +1164,6 @@ theme_override_font_sizes/font_size = 35
11741164text = "Loading..."
11751165horizontal_alignment = 1
11761166vertical_alignment = 1
1177- visible_characters = 16
1178- visible_ratio = 1.23077
11791167
11801168[node name ="VSeparator2" type ="VSeparator" parent ="Leaderboard/Row6" ]
11811169layout_mode = 2
@@ -1219,8 +1207,6 @@ theme_override_font_sizes/font_size = 35
12191207text = "Loading..."
12201208horizontal_alignment = 1
12211209vertical_alignment = 1
1222- visible_characters = 16
1223- visible_ratio = 1.23077
12241210
12251211[node name ="VSeparator2" type ="VSeparator" parent ="Leaderboard/Row7" ]
12261212layout_mode = 2
@@ -1264,8 +1250,6 @@ theme_override_font_sizes/font_size = 35
12641250text = "Loading..."
12651251horizontal_alignment = 1
12661252vertical_alignment = 1
1267- visible_characters = 16
1268- visible_ratio = 1.23077
12691253
12701254[node name ="VSeparator2" type ="VSeparator" parent ="Leaderboard/Row8" ]
12711255layout_mode = 2
@@ -1309,8 +1293,6 @@ theme_override_font_sizes/font_size = 35
13091293text = "Loading..."
13101294horizontal_alignment = 1
13111295vertical_alignment = 1
1312- visible_characters = 16
1313- visible_ratio = 1.23077
13141296
13151297[node name ="VSeparator2" type ="VSeparator" parent ="Leaderboard/Row9" ]
13161298layout_mode = 2
@@ -1354,8 +1336,6 @@ theme_override_font_sizes/font_size = 35
13541336text = "Loading..."
13551337horizontal_alignment = 1
13561338vertical_alignment = 1
1357- visible_characters = 15
1358- visible_ratio = 7.5
13591339
13601340[node name ="VSeparator2" type ="VSeparator" parent ="Leaderboard/Row10" ]
13611341layout_mode = 2
@@ -1501,6 +1481,22 @@ theme_override_font_sizes/font_size = 30
15011481text_overrun_behavior = 1
15021482metadata/_edit_use_anchors_ = true
15031483
1484+ [node name ="Label" type ="Label" parent ="Start" ]
1485+ offset_left = 11.0
1486+ offset_top = 7.0
1487+ offset_right = 201.0
1488+ offset_bottom = 33.0
1489+ theme_override_font_sizes/font_size = 18
1490+ text = "Testing for High Seas?"
1491+
1492+ [node name ="LinkButton" type ="LinkButton" parent ="Start/Label" ]
1493+ layout_mode = 0
1494+ offset_top = 22.0
1495+ offset_right = 134.0
1496+ offset_bottom = 62.0
1497+ theme_override_font_sizes/font_size = 18
1498+ text = "Get 1500 Coins!"
1499+
15041500[node name ="End" type ="Node2D" parent ="." ]
15051501visible = false
15061502top_level = true
@@ -1632,5 +1628,6 @@ text = "Loading"
16321628[connection signal ="pressed" from ="Start/Arrow_Right" to ="." method ="_on_arrow_right_pressed" ]
16331629[connection signal ="pressed" from ="Start/Button" to ="." method ="_start_game" ]
16341630[connection signal ="pressed" from ="Start/Leaderboard" to ="." method ="_show_leaderboard" ]
1631+ [connection signal ="pressed" from ="Start/Label/LinkButton" to ="." method ="_get_free" ]
16351632[connection signal ="pressed" from ="End/Button" to ="." method ="_restart_game" ]
16361633[connection signal ="timeout" from ="Timer" to ="." method ="_on_timer_timeout" ]
0 commit comments