18 lines
701 B
Text
18 lines
701 B
Text
[gd_scene load_steps=3 format=3 uid="uid://dyqnmrhflct7u"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://8l43dsk30uq3" path="res://Scenes/Enemies/enemy.tscn" id="1_f6jx0"]
|
|
[ext_resource type="PackedScene" uid="uid://bki7jjuvugscj" path="res://Scenes/Enemies/shooting_enemy.tscn" id="2_fnekj"]
|
|
|
|
[node name="SampleBehind" type="Node2D"]
|
|
|
|
[node name="Enemy" parent="." instance=ExtResource("1_f6jx0")]
|
|
position = Vector2(-74, 175)
|
|
Direction = Vector2(1, 0)
|
|
|
|
[node name="Enemy2" parent="." instance=ExtResource("1_f6jx0")]
|
|
position = Vector2(-79, 266)
|
|
Direction = Vector2(1, 0)
|
|
|
|
[node name="ShootingEnemy" parent="." instance=ExtResource("2_fnekj")]
|
|
position = Vector2(-173, 589)
|
|
Direction = Vector2(1, 0)
|