This commit is contained in:
PfandBoss
2022-12-10 23:32:36 +01:00
parent cd6cd181d2
commit eea0ae37d6
2 changed files with 2 additions and 2 deletions

View File

@@ -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) 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="."] [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 visible = false
[node name="Control" parent="." instance=ExtResource("4_kxuy0")] [node name="Control" parent="." instance=ExtResource("4_kxuy0")]

View File

@@ -172,4 +172,4 @@ func fight():
emit_signal("shoot") emit_signal("shoot")
tween.tween_callback(func(): fight_state = FOUGHT).set_delay(0.7) tween.tween_callback(func(): fight_state = FOUGHT).set_delay(0.7)
#Hallo