forked from team-sg/hero-mark-2
layout of scoreboards menu
This commit is contained in:
parent
92b4dbe5a8
commit
c5a3a002b6
5 changed files with 366 additions and 1 deletions
30
menus/score_entry.tscn
Normal file
30
menus/score_entry.tscn
Normal file
|
@ -0,0 +1,30 @@
|
|||
[gd_scene load_steps=3 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]
|
||||
|
||||
[node name="ScoreEntry" type="HBoxContainer"]
|
||||
margin_right = 210.0
|
||||
margin_bottom = 10.0
|
||||
theme = ExtResource( 1 )
|
||||
custom_constants/separation = 8
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Place" type="Label" parent="."]
|
||||
margin_right = 21.0
|
||||
margin_bottom = 10.0
|
||||
text = " 0 "
|
||||
|
||||
[node name="User" type="Label" parent="."]
|
||||
margin_left = 29.0
|
||||
margin_right = 167.0
|
||||
margin_bottom = 10.0
|
||||
size_flags_horizontal = 3
|
||||
text = "Username"
|
||||
|
||||
[node name="Score" type="Label" parent="."]
|
||||
margin_left = 175.0
|
||||
margin_right = 210.0
|
||||
margin_bottom = 10.0
|
||||
text = "00000"
|
||||
align = 2
|
Loading…
Add table
Add a link
Reference in a new issue