Diffstat (limited to 'enemy/scripts/EasyEnemy.gd')
| -rw-r--r-- | enemy/scripts/EasyEnemy.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/enemy/scripts/EasyEnemy.gd b/enemy/scripts/EasyEnemy.gd new file mode 100644 index 0000000..c3f1b7f --- /dev/null +++ b/enemy/scripts/EasyEnemy.gd @@ -0,0 +1,2 @@ +extends Enemy +class_name EasyEnemy |