New scoreboard viewing screengit commit -m "New scoreboard viewing screen"
This commit is contained in:
parent
155c86c013
commit
b61a5122f4
22 changed files with 739 additions and 67 deletions
|
@ -1,32 +1,60 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
[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 = 210.0
|
||||
margin_bottom = 10.0
|
||||
margin_right = 228.0
|
||||
margin_bottom = 12.0
|
||||
rect_min_size = Vector2( 0, 12 )
|
||||
theme = ExtResource( 1 )
|
||||
custom_constants/separation = 8
|
||||
script = ExtResource( 2 )
|
||||
user = "--------"
|
||||
score = "-----"
|
||||
player = "coolplayer"
|
||||
|
||||
[node name="Place" type="Label" parent="."]
|
||||
margin_right = 21.0
|
||||
margin_bottom = 10.0
|
||||
text = " 0 "
|
||||
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="User" type="Label" parent="."]
|
||||
margin_left = 29.0
|
||||
margin_right = 167.0
|
||||
margin_bottom = 10.0
|
||||
size_flags_horizontal = 3
|
||||
text = "--------"
|
||||
[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 = 175.0
|
||||
margin_right = 210.0
|
||||
margin_bottom = 10.0
|
||||
text = "-----"
|
||||
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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue