From fa98822a569c1efa2bebc705073c3921b9ae4217 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 4 Jun 2022 03:46:31 -0600 Subject: added progress bar as well as tongue to the snake --- src/ui/UI.tscn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/UI.tscn') diff --git a/src/ui/UI.tscn b/src/ui/UI.tscn index 14701f0..980faf4 100644 --- a/src/ui/UI.tscn +++ b/src/ui/UI.tscn @@ -28,11 +28,11 @@ margin_bottom = 8.0 [node name="HBoxProgressBars" type="HBoxContainer" parent="Root/StatsHUD/VBox"] margin_top = 12.0 margin_right = 120.0 -margin_bottom = 20.0 +margin_bottom = 16.0 [node name="GrowthProgress" parent="Root/StatsHUD/VBox/HBoxProgressBars" instance=ExtResource( 4 )] -margin_right = 40.0 -margin_bottom = 8.0 +margin_right = 20.0 +margin_bottom = 4.0 [node name="MarginContainer" type="MarginContainer" parent="Root"] anchor_top = 1.0 -- cgit v1.2.3