22 lines
811 B
Plaintext
22 lines
811 B
Plaintext
[gd_scene format=3 uid="uid://bpce6ise18ks"]
|
|
|
|
[ext_resource type="Script" uid="uid://dfba4vq6jv0a6" path="res://Enemy.cs" id="1_4gyqm"]
|
|
[ext_resource type="Texture2D" uid="uid://nwj4n7if8kqd" path="res://circle25r.png" id="1_7k104"]
|
|
|
|
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_7k104"]
|
|
bounce = 0.5
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_4gyqm"]
|
|
radius = 25.0
|
|
|
|
[node name="Enemy" type="StaticBody2D" unique_id=1417697759]
|
|
scale = Vector2(0.56, 0.56)
|
|
physics_material_override = SubResource("PhysicsMaterial_7k104")
|
|
script = ExtResource("1_4gyqm")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1762191899]
|
|
shape = SubResource("CircleShape2D_4gyqm")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1941012605]
|
|
texture = ExtResource("1_7k104")
|