diff options
| author | freddie-a <57713959+freddie-a@users.noreply.github.com> | 2022-10-29 22:45:55 +0100 |
|---|---|---|
| committer | freddie-a <57713959+freddie-a@users.noreply.github.com> | 2022-10-29 22:45:55 +0100 |
| commit | 136c6918c7d9f3ebe12c4535c438a2c67f01c110 (patch) | |
| tree | 66360dea71d9c02b2d2f8d864e6ee0448c7b6e0a /Enemy0.tscn | |
| parent | a4ac6fe79a37824f3f720f4a3c468172461f70d7 (diff) | |
Add bullet collisions
Diffstat (limited to 'Enemy0.tscn')
| -rw-r--r-- | Enemy0.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Enemy0.tscn b/Enemy0.tscn index 306afd6..225f15c 100644 --- a/Enemy0.tscn +++ b/Enemy0.tscn @@ -3,7 +3,7 @@ [ext_resource path="res://assets/Likkan-boss.png" type="Texture" id=1] [ext_resource path="res://Enemy0.gd" type="Script" id=2] -[node name="KinematicBody2D" type="KinematicBody2D"] +[node name="Enemy" type="KinematicBody2D"] script = ExtResource( 2 ) [node name="Sprite" type="Sprite" parent="."] |
