Small refactor
This commit is contained in:
parent
82539c5af8
commit
c0489d405b
7 changed files with 11 additions and 15 deletions
|
|
@ -10,8 +10,7 @@
|
|||
[node name="Bomb" type="Node" node_paths=PackedStringArray("enter_state")]
|
||||
script = ExtResource("1_krsgt")
|
||||
animation_prefix = &"baked_bomb_"
|
||||
registry_entry = &"bomb"
|
||||
visibility_target = &"bomb"
|
||||
weapon_gid = &"bomb"
|
||||
max_ammo = 1
|
||||
ammo_mags = 0
|
||||
can_be_previous = false
|
||||
|
|
|
|||
|
|
@ -33,8 +33,7 @@ properties/1/replication_mode = 2
|
|||
[node name="StartingPistol" type="Node" node_paths=PackedStringArray("enter_state")]
|
||||
script = ExtResource("1_g7s1i")
|
||||
animation_prefix = &"baked_sp_"
|
||||
registry_entry = &"sp"
|
||||
visibility_target = &"sp"
|
||||
weapon_gid = &"sp"
|
||||
max_ammo = 20
|
||||
speed_modifier = 0.9
|
||||
slot = &"secondary"
|
||||
|
|
|
|||
|
|
@ -9,8 +9,7 @@
|
|||
[node name="Knife" type="Node" node_paths=PackedStringArray("enter_state")]
|
||||
script = ExtResource("1_2xf1r")
|
||||
animation_prefix = &"baked_knife_"
|
||||
registry_entry = &"knife"
|
||||
visibility_target = &"knife"
|
||||
weapon_gid = &"knife"
|
||||
ammo_mags = 0
|
||||
slot = &"knife"
|
||||
enter_state = NodePath("Intro")
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@ properties/1/replication_mode = 1
|
|||
[node name="MolikmanMolik" type="Node" node_paths=PackedStringArray("enter_state")]
|
||||
script = ExtResource("1_e53aq")
|
||||
animation_prefix = &"baked_sp_"
|
||||
registry_entry = &"mm_molik"
|
||||
visibility_target = &"sp"
|
||||
weapon_gid = &"mm_molik"
|
||||
max_ammo = 1
|
||||
ammo_mags = 0
|
||||
speed_modifier = 0.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue