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