[gd_scene load_steps=5 format=2] [ext_resource path="res://ui/theme.tres" type="Theme" id=1] [ext_resource path="res://menus/score_entry.gd" type="Script" id=2] [ext_resource path="res://graphics/hud/scores/sweet.png" type="Texture" id=3] [ext_resource path="res://ui/2ndpuberty_scholar_outline.fnt" type="BitmapFont" id=4] [node name="ScoreEntry" type="HBoxContainer"] margin_right = 228.0 margin_bottom = 12.0 rect_min_size = Vector2( 0, 12 ) theme = ExtResource( 1 ) custom_constants/separation = 8 script = ExtResource( 2 ) player = "coolplayer" [node name="Place" type="Label" parent="."] margin_top = 1.0 margin_right = 16.0 margin_bottom = 11.0 rect_min_size = Vector2( 16, 0 ) custom_fonts/font = ExtResource( 4 ) text = "0" align = 1 [node name="Player" type="Label" parent="."] margin_left = 24.0 margin_top = 1.0 margin_right = 94.0 margin_bottom = 11.0 rect_min_size = Vector2( 70, 0 ) custom_fonts/font = ExtResource( 4 ) text = "coolplayer" align = 1 [node name="Score" type="Label" parent="."] margin_left = 102.0 margin_top = 1.0 margin_right = 137.0 margin_bottom = 11.0 rect_min_size = Vector2( 35, 0 ) custom_fonts/font = ExtResource( 4 ) text = "00000" align = 2 [node name="Time" type="Label" parent="."] margin_left = 145.0 margin_top = 1.0 margin_right = 201.0 margin_bottom = 11.0 rect_min_size = Vector2( 56, 0 ) custom_fonts/font = ExtResource( 4 ) text = "--:--.--" align = 2 [node name="Difficulty" type="TextureRect" parent="."] margin_left = 209.0 margin_right = 221.0 margin_bottom = 12.0 texture = ExtResource( 3 )