bricasse/screens/level_select_screen.tscn

70 lines
1.6 KiB
Plaintext

[gd_scene load_steps=7 format=2]
[ext_resource path="res://screens/NovaOval.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://empty_level/empty_level.tscn" type="PackedScene" id=2]
[ext_resource path="res://screens/level_select_screen.gd" type="Script" id=3]
[sub_resource type="DynamicFont" id=1]
size = 24
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
size = 24
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=3]
size = 50
font_data = ExtResource( 1 )
[node name="LevelSelectScreen" type="Node"]
script = ExtResource( 3 )
[node name="EmptyLevel" parent="." instance=ExtResource( 2 )]
[node name="Score" type="Label" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -440.0
margin_right = -72.0
margin_bottom = 32.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0.552941, 0.960784, 0.505882, 1 )
text = "SCORE"
align = 2
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LevelName" type="Label" parent="."]
margin_left = 72.0
margin_right = 440.0
margin_bottom = 32.0
custom_fonts/font = SubResource( 2 )
custom_colors/font_color = Color( 0.552941, 0.960784, 0.505882, 1 )
text = "NAME"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Level" type="Node" parent="."]
[node name="Instructions" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -512.0
margin_top = -125.0
margin_right = 512.0
custom_fonts/font = SubResource( 3 )
text = "Select level with next and right,
then press space"
align = 1
valign = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}