Variables to Weapon.gd

This commit is contained in:
2022-12-05 01:43:00 +01:00
parent a93ff500f3
commit 76660a0336
97 changed files with 86 additions and 73 deletions

View File

@@ -5,8 +5,10 @@
[node name="RevolverFix" type="Node3D"]
script = ExtResource("1_2cfte")
initialPos = Transform3D(0.05, 0, 0, 0, 0.05, 0, 0, 0, 0.05, 0, 0, 0)
transition_speed = 5.0
MOMENTUM = Vector2(-0.08, -0.25)
ANGULAR_MOMENTUM = Vector3(-12, 7, 10)
RECOIL_COOLDOWN = 0.35
RPM = 600.0
[node name="Revolver" parent="." instance=ExtResource("1_81137")]
transform = Transform3D(0.05, 0, 0, 0, 0.017101, -0.0469845, 0, 0.0469845, 0.017101, 0, -0.526001, -0.296439)