23 lines
767 B
Plaintext
23 lines
767 B
Plaintext
|
|
[gd_scene load_steps=4 format=3 uid="uid://cpiy3kiwt8pdi"]
|
||
|
|
|
||
|
|
[ext_resource type="Texture2D" uid="uid://soden53qtfxf" path="res://assets/Ships/Fighters/Enemy/enemyFighter.png" id="1_aomjn"]
|
||
|
|
[ext_resource type="Script" path="res://script/enemy_fighter.cs" id="1_rkm3y"]
|
||
|
|
|
||
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_6vq6f"]
|
||
|
|
radius = 41.0488
|
||
|
|
|
||
|
|
[node name="EnemyFighter" type="CharacterBody2D"]
|
||
|
|
script = ExtResource("1_rkm3y")
|
||
|
|
faction = 2
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
|
shape = SubResource("CircleShape2D_6vq6f")
|
||
|
|
|
||
|
|
[node name="ShipSprite" type="Sprite2D" parent="."]
|
||
|
|
texture = ExtResource("1_aomjn")
|
||
|
|
|
||
|
|
[node name="LaserSpawn" type="Node2D" parent="."]
|
||
|
|
position = Vector2(0, -58)
|
||
|
|
|
||
|
|
[node name="EffectSpawn" type="Node2D" parent="."]
|