From fab6add55efe3fe00c8eec75d71514bd4085ba6e Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 17 Jul 2022 04:17:33 +0100 Subject: fix mouse aim AGAIN --- godot/scenes/Die.tscn | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'godot/scenes/Die.tscn') diff --git a/godot/scenes/Die.tscn b/godot/scenes/Die.tscn index bbd73ed..89e6059 100644 --- a/godot/scenes/Die.tscn +++ b/godot/scenes/Die.tscn @@ -62,3 +62,15 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 10.1285 ) far = 8192.0 margin = 0.57 process_mode = 1 + +[node name="PowerUI" type="Control" parent="."] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_right = 40.0 +margin_bottom = 40.0 + +[node name="PowerBar" type="ProgressBar" parent="PowerUI"] +margin_left = 102.0 +margin_top = 76.0 +margin_right = 768.0 +margin_bottom = 215.0 -- cgit