19 lines
641 B
Plaintext
19 lines
641 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dfulcsa4dpoa2"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/enemies/drone.gd" id="1_qjiln"]
|
|
[ext_resource type="Texture2D" uid="uid://by7nuibucvpk2" path="res://graphics/enemies/drone.png" id="1_smsqf"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_43jlj"]
|
|
radius = 69.2604
|
|
|
|
[node name="Drone" type="CharacterBody2D"]
|
|
collision_layer = 2
|
|
collision_mask = 15
|
|
script = ExtResource("1_qjiln")
|
|
|
|
[node name="DroneImage" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_smsqf")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_43jlj")
|