Merge branch 'master' into level-editor
This commit is contained in:
commit
32edb71f2a
71 changed files with 756 additions and 339 deletions
Binary file not shown.
BIN
resources/animations/zombies/basic_zombie_eating.res
Normal file
BIN
resources/animations/zombies/basic_zombie_eating.res
Normal file
Binary file not shown.
BIN
resources/animations/zombies/basic_zombie_stand.res
Normal file
BIN
resources/animations/zombies/basic_zombie_stand.res
Normal file
Binary file not shown.
BIN
resources/animations/zombies/basic_zombie_walk.res
Normal file
BIN
resources/animations/zombies/basic_zombie_walk.res
Normal file
Binary file not shown.
|
|
@ -5,4 +5,4 @@
|
|||
[resource]
|
||||
script = ExtResource("1_rfumy")
|
||||
Duration = 0.25
|
||||
Slot = 3
|
||||
Slot = "garlic"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
[gd_resource type="Resource" load_steps=2 format=3 uid="uid://7uj0oe656jfx"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/systems/effects/SlownessEffect.cs" id="1_8md01"]
|
||||
[ext_resource type="Script" uid="uid://dyc7fc5bfkdii" path="res://scripts/systems/effects/SlownessEffect.cs" id="1_8md01"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_8md01")
|
||||
ColorOverride = Color(0, 1, 1, 1)
|
||||
Multiplier = 0.75
|
||||
Duration = 3.25
|
||||
Slot = 0
|
||||
Slot = "freeze_slow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue