reposition ui

This commit is contained in:
mightypanders 2021-06-13 18:05:21 +02:00
parent a153c58f66
commit 451ab8c868
1 changed files with 11 additions and 7 deletions

View File

@ -1,10 +1,14 @@
[gd_scene load_steps=6 format=2] [gd_scene load_steps=7 format=2]
[ext_resource path="res://assets/ui/bg.png" type="Texture" id=1] [ext_resource path="res://assets/ui/bg.png" type="Texture" id=1]
[ext_resource path="res://Money.gd" type="Script" id=2] [ext_resource path="res://Money.gd" type="Script" id=2]
[ext_resource path="res://assets/ui/coin.png" type="Texture" id=3] [ext_resource path="res://assets/ui/coin.png" type="Texture" id=3]
[ext_resource path="res://assets/MonoRaccoon.ttf" type="DynamicFontData" id=4] [ext_resource path="res://assets/MonoRaccoon.ttf" type="DynamicFontData" id=4]
[sub_resource type="DynamicFont" id=2]
size = 21
font_data = ExtResource( 4 )
[sub_resource type="DynamicFont" id=1] [sub_resource type="DynamicFont" id=1]
size = 25 size = 25
font_data = ExtResource( 4 ) font_data = ExtResource( 4 )
@ -45,11 +49,12 @@ __meta__ = {
} }
[node name="Number" type="Label" parent="HBoxContainer/HBoxContainer/Time/Background"] [node name="Number" type="Label" parent="HBoxContainer/HBoxContainer/Time/Background"]
margin_left = 29.0328 margin_left = 17.0
margin_top = 12.4994 margin_top = 28.1352
margin_right = 73.0328 margin_right = 94.0
margin_bottom = 26.4994 margin_bottom = 42.1352
text = "asdasd" custom_fonts/font = SubResource( 2 )
text = "City Bound"
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
@ -94,7 +99,6 @@ margin_top = 13.0
margin_right = 77.0 margin_right = 77.0
margin_bottom = 63.0 margin_bottom = 63.0
custom_fonts/font = SubResource( 1 ) custom_fonts/font = SubResource( 1 )
text = "Test"
align = 2 align = 2
valign = 1 valign = 1
__meta__ = { __meta__ = {