Changes server display button

This commit is contained in:
Kristofers Solo 2021-11-06 17:44:42 +02:00
parent bcbf588ed7
commit f10cc2e091

View File

@ -5,7 +5,7 @@
[ext_resource path="res://source/fonts/oxygen/Oxygen-Bold.ttf" type="DynamicFontData" id=3] [ext_resource path="res://source/fonts/oxygen/Oxygen-Bold.ttf" type="DynamicFontData" id=3]
[sub_resource type="DynamicFont" id=1] [sub_resource type="DynamicFont" id=1]
size = 24 size = 36
use_mipmaps = true use_mipmaps = true
use_filter = true use_filter = true
font_data = ExtResource( 1 ) font_data = ExtResource( 1 )
@ -33,9 +33,12 @@ __meta__ = {
[node name="join_button" type="Button" parent="."] [node name="join_button" type="Button" parent="."]
anchor_left = 1.0 anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -100.0 margin_left = -100.0
margin_bottom = 52.0 margin_top = -26.0
margin_bottom = 26.0
custom_fonts/font = SubResource( 2 ) custom_fonts/font = SubResource( 2 )
text = "Join" text = "Join"
__meta__ = { __meta__ = {