generated from hertog/godot-module-template
ignore this commit naming because it isn't real and cannot hurt you
This commit is contained in:
parent
4da7e28cb5
commit
e7cf1d3b95
19 changed files with 547 additions and 416 deletions
1
project/enemy/enemy.gd.uid
Normal file
1
project/enemy/enemy.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://c0sd74o2db7vf
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=14 format=3 uid="uid://daqqtote00syu"]
|
||||
|
||||
[ext_resource type="Script" path="res://enemy/enemy.gd" id="1_hjwkx"]
|
||||
[ext_resource type="Script" uid="uid://c0sd74o2db7vf" path="res://enemy/enemy.gd" id="1_hjwkx"]
|
||||
[ext_resource type="Texture2D" uid="uid://crrmmbu8k46tl" path="res://enemy/enemy.png" id="2_org2d"]
|
||||
[ext_resource type="Texture2D" uid="uid://7sv64orewgmb" path="res://player/bullet.png" id="3_7unrb"]
|
||||
[ext_resource type="AudioStream" uid="uid://cfssio7r2t7wq" path="res://audio/sound_hit.wav" id="4_5rkwm"]
|
||||
|
|
@ -129,10 +129,10 @@ tracks/0/keys = {
|
|||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_ay0tp"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_a7qal"),
|
||||
"explode": SubResource("2"),
|
||||
"idle": SubResource("3"),
|
||||
"walk": SubResource("4")
|
||||
&"RESET": SubResource("Animation_a7qal"),
|
||||
&"explode": SubResource("2"),
|
||||
&"idle": SubResource("3"),
|
||||
&"walk": SubResource("4")
|
||||
}
|
||||
|
||||
[sub_resource type="CircleShape2D" id="5"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue