30 lines
645 B
Text
30 lines
645 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://maps/demo_end.gd" type="Script" id=1]
|
|
|
|
[node name="DemoEnd" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
margin_right = 259.0
|
|
margin_bottom = 196.0
|
|
color = Color( 0, 0, 0, 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 13.0
|
|
margin_top = 24.0
|
|
margin_right = 112.0
|
|
margin_bottom = 38.0
|
|
text = "Congratulations! you beat the demo!
|
|
Your high score is:
|
|
|
|
|
|
|
|
Press \"R\" to play again!"
|
|
|
|
[node name="Score" type="Label" parent="."]
|
|
margin_left = 136.0
|
|
margin_top = 41.0
|
|
margin_right = 235.0
|
|
margin_bottom = 55.0
|
|
text = "000000"
|