Diffstat (limited to 'ui/scenes/WeaponUi.tscn')
| -rw-r--r-- | ui/scenes/WeaponUi.tscn | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/ui/scenes/WeaponUi.tscn b/ui/scenes/WeaponUi.tscn index 99b52c5..6a45e0a 100644 --- a/ui/scenes/WeaponUi.tscn +++ b/ui/scenes/WeaponUi.tscn @@ -14,9 +14,6 @@ anchor_bottom = 1.0 margin_right = -300.0 margin_bottom = -164.0 script = ExtResource( 4 ) -__meta__ = { -"_edit_use_anchors_": false -} [node name="Rocket" type="TextureRect" parent="."] visible = false @@ -62,19 +59,18 @@ texture = ExtResource( 7 ) region_enabled = true region_rect = Rect2( 0, 16, 23, 16 ) -[node name="Label" type="Label" parent="tab" groups=["keyboard"]] -margin_left = -11.0 -margin_top = -7.0 -margin_right = 11.0 -margin_bottom = 7.0 +[node name="Label" type="Label" parent="tab"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = -12.0 +margin_top = -8.0 +margin_right = -12.0 +margin_bottom = -8.0 custom_colors/font_color = Color( 0, 0, 0, 1 ) custom_fonts/font = ExtResource( 8 ) text = "tab" align = 1 valign = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="y" type="Sprite" parent="." groups=["gamepad"]] visible = false |