From eea0ae37d644b5faf4e01efc0853e99bda499582 Mon Sep 17 00:00:00 2001 From: PfandBoss <68470553+PfandBoss@users.noreply.github.com> Date: Sat, 10 Dec 2022 23:32:36 +0100 Subject: [PATCH] s --- Nodes/game.tscn | 2 +- scripts/Logic/Game.gd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Nodes/game.tscn b/Nodes/game.tscn index 7b621c9..f98e8f7 100644 --- a/Nodes/game.tscn +++ b/Nodes/game.tscn @@ -31,7 +31,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