Debug zombie spawner
This commit is contained in:
parent
116ebff0c2
commit
0fff33d196
69 changed files with 564 additions and 100 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=13 format=3 uid="uid://bpekho7leatr5"]
|
||||
|
||||
[ext_resource type="Shader" path="res://assets/shaders/shared_outline.gdshader" id="1_jcu1f"]
|
||||
[ext_resource type="Script" path="res://scripts/Sun.cs" id="2_m8xcj"]
|
||||
[ext_resource type="Shader" uid="uid://bk8uy5se3fo0" path="res://assets/shaders/shared_outline.gdshader" id="1_jcu1f"]
|
||||
[ext_resource type="Script" uid="uid://qgeovvluk8yj" path="res://scripts/Sun.cs" id="2_m8xcj"]
|
||||
[ext_resource type="Texture2D" uid="uid://bkmphus5wjadi" path="res://assets/sprites/atlases/sun_atlas.png" id="2_phn3y"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_u0o5k"]
|
||||
|
|
@ -73,8 +73,8 @@ tracks/1/keys = {
|
|||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_juv2v"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_jfrge"),
|
||||
"main": SubResource("Animation_rvj0j")
|
||||
&"RESET": SubResource("Animation_jfrge"),
|
||||
&"main": SubResource("Animation_rvj0j")
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_t53pt"]
|
||||
|
|
@ -108,8 +108,8 @@ tracks/0/keys = {
|
|||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_p7c0n"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_t53pt"),
|
||||
"main": SubResource("Animation_xyill")
|
||||
&"RESET": SubResource("Animation_t53pt"),
|
||||
&"main": SubResource("Animation_xyill")
|
||||
}
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_7hl7x"]
|
||||
|
|
@ -144,13 +144,13 @@ frame = 2
|
|||
|
||||
[node name="RotationAnimation" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_juv2v")
|
||||
&"": SubResource("AnimationLibrary_juv2v")
|
||||
}
|
||||
autoplay = "main"
|
||||
|
||||
[node name="FadeAnimation" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_p7c0n")
|
||||
&"": SubResource("AnimationLibrary_p7c0n")
|
||||
}
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue