forked from interstellar_development/freeftf
Milestone 8 preparations 1
This commit is contained in:
parent
8b97a6ee7e
commit
c9211b444e
26 changed files with 101 additions and 104 deletions
|
|
@ -34,13 +34,13 @@ offset_bottom = 32.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="name" type="TextEdit" parent="player_customization"]
|
||||
[node name="name" type="LineEdit" parent="player_customization"]
|
||||
custom_minimum_size = Vector2(256, 64)
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
placeholder_text = "Username"
|
||||
|
||||
[node name="ip" type="TextEdit" parent="player_customization"]
|
||||
[node name="ip" type="LineEdit" parent="player_customization"]
|
||||
custom_minimum_size = Vector2(256, 64)
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue