diff --git a/Nodes/game.tscn b/Nodes/game.tscn index 3904cd8..6420bb2 100644 --- a/Nodes/game.tscn +++ b/Nodes/game.tscn @@ -39,7 +39,7 @@ transform = Transform3D(1, 0, 3.55271e-15, 0, 1, 0, -3.55271e-15, 0, 1, -10, 0, transform = Transform3D(1, 0, 3.55271e-15, 0, 1, 0, -3.55271e-15, 0, 1, 9.90113, -0.0549407, -0.085681) [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] -transform = Transform3D(0.875944, -0.294781, 0.381872, -0.0210188, 0.767515, 0.640687, -0.481955, -0.569232, 0.666104, 0, 8.25958, 0) +transform = Transform3D(0.875944, -0.294781, 0.381872, -0.106805, 0.65344, 0.749406, -0.470441, -0.697224, 0.540892, 0, 8.25958, 0) visible = false [node name="Control" parent="." instance=ExtResource("4_kxuy0")] diff --git a/scripts/Logic/Game.gd b/scripts/Logic/Game.gd index 52b17b5..7158e84 100644 --- a/scripts/Logic/Game.gd +++ b/scripts/Logic/Game.gd @@ -172,4 +172,4 @@ func fight(): emit_signal("shoot") tween.tween_callback(func(): fight_state = FOUGHT).set_delay(0.7) - + #Hallo