From acacbc65e82e544f965c368ca0b0b7cfd129ddc5 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Thu, 14 Feb 2019 13:10:29 +0100 Subject: [PATCH] Fix shine position on flag --- scenes/Goal.tscn | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scenes/Goal.tscn b/scenes/Goal.tscn index 9246c40..acdc656 100644 --- a/scenes/Goal.tscn +++ b/scenes/Goal.tscn @@ -63,7 +63,7 @@ shader_param/PI = 3.1415 gradient = SubResource( 4 ) width = 2 -[node name="Scene Root" instance=ExtResource( 1 )] +[node name="Scene Root" index="0" instance=ExtResource( 1 )] script = ExtResource( 2 ) [node name="Pole" parent="." index="0"] @@ -89,10 +89,7 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.2251, 0 ) shape = SubResource( 1 ) [node name="ShineRays" type="Sprite3D" parent="." index="4"] -transform = Transform( 250, 0, 0, 0, 500, 0, 0, 0, 1, 0, 0, 0 ) +transform = Transform( 250, 0, 0, 0, 500, 0, 0, 0, 1, 0, 2.91655, 0 ) material_override = SubResource( 3 ) texture = SubResource( 5 ) -__meta__ = { -"_edit_lock_": true -}