From 78db85704fc13f3bde69fdad196f6701a4d5e7c9 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 17 Jul 2022 14:15:28 +0200 Subject: add arrow for charging shot --- godot/scenes/Die.tscn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'godot/scenes/Die.tscn') diff --git a/godot/scenes/Die.tscn b/godot/scenes/Die.tscn index bab53ad..4e9cd2b 100644 --- a/godot/scenes/Die.tscn +++ b/godot/scenes/Die.tscn @@ -146,3 +146,7 @@ margin_left = 64.0 margin_top = 44.0 margin_right = 1185.0 margin_bottom = 153.0 + +[node name="PowerUI3D" type="Spatial" parent="."] + +[node name="Arrow" type="MeshInstance" parent="PowerUI3D"] -- cgit