diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-06-04 03:46:31 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-06-04 03:46:31 -0600 |
commit | fa98822a569c1efa2bebc705073c3921b9ae4217 (patch) | |
tree | f552868228d493564e6f5cd5f7b74214c928ea18 /src/ui/UI.tscn | |
parent | 36874a535a3d5f7f2955f33e34aa1a4768b6fec1 (diff) |
added progress bar as well as tongue to the snake
Diffstat (limited to 'src/ui/UI.tscn')
-rw-r--r-- | src/ui/UI.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
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 |