From ad124afd4ea7bc82d67a3bd71529ab465d4b434d Mon Sep 17 00:00:00 2001 From: Just Dzhi Date: Mon, 2 Oct 2023 19:15:44 +0400 Subject: [PATCH] rect bg --- src/scenes/game/Game.tscn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/scenes/game/Game.tscn b/src/scenes/game/Game.tscn index 4671dcc..bc284ae 100644 --- a/src/scenes/game/Game.tscn +++ b/src/scenes/game/Game.tscn @@ -173,6 +173,11 @@ margin_top = 126.0 margin_right = 310.0 margin_bottom = 128.0 +[node name="ColorRectBackground" type="ColorRect" parent="UIWrapper/UI/LevelProgressBar"] +margin_right = 300.0 +margin_bottom = 2.0 +color = Color( 0.0862745, 0.141176, 0.2, 1 ) + [node name="ColorRect" type="ColorRect" parent="UIWrapper/UI/LevelProgressBar"] margin_right = 300.0 margin_bottom = 2.0 @@ -245,6 +250,11 @@ margin_right = 200.0 margin_bottom = 165.0 script = ExtResource( 16 ) +[node name="ColorRectBackground" type="ColorRect" parent="UIWrapper/UI/Center/SpellRechargeBar"] +margin_right = 80.0 +margin_bottom = 3.0 +color = Color( 0.0862745, 0.141176, 0.2, 1 ) + [node name="ColorRect" type="ColorRect" parent="UIWrapper/UI/Center/SpellRechargeBar"] margin_right = 80.0 margin_bottom = 3.0