ChronoSpace/scenes/spaceShip/enemy/shotgunEnemy/shotgunEnemy.tscn

18 lines
782 B
Text

[gd_scene load_steps=4 format=3 uid="uid://dcmfud0437rkx"]
[ext_resource type="PackedScene" uid="uid://bodpgjdjhfn4w" path="res://scenes/spaceShip/enemy/enemy.tscn" id="1_lma5b"]
[ext_resource type="Script" uid="uid://bxd6hh53c3h4p" path="res://scenes/spaceShip/enemy/shotgunEnemy/shotgunEnemy.gd" id="2_3bd2j"]
[ext_resource type="Texture2D" uid="uid://dansb0wnm00vb" path="res://assets/enemy/shotgunEnemy.png" id="3_5lm6h"]
[node name="ShotgunEnemy" instance=ExtResource("1_lma5b")]
script = ExtResource("2_3bd2j")
range = 400
speed = 1200
[node name="Sprite2D" parent="." index="2"]
texture = ExtResource("3_5lm6h")
[editable path="hurtArea"]
[editable path="VisionAreas/VisionArea"]
[editable path="VisionAreas/VisionAreaStop"]
[editable path="VisionAreas/VisionAreaEnemy"]