mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
Changes server display button
This commit is contained in:
parent
bcbf588ed7
commit
f10cc2e091
@ -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__ = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user