19 lines
697 B
Text
19 lines
697 B
Text
[gd_scene load_steps=4 format=3 uid="uid://1jbq4x3kmhn1"]
|
|
|
|
[ext_resource type="Script" uid="uid://cg4pd7sdvx3qc" path="res://Enemies/Scripts/asteroid.gd" id="1_wfjj5"]
|
|
[ext_resource type="Texture2D" uid="uid://cv84w0y2jg3i3" path="res://Sprites/i_are_spaceship.png" id="2_3al5e"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_p0ukn"]
|
|
radius = 6.0
|
|
|
|
[node name="Asteroid" type="Area2D"]
|
|
script = ExtResource("1_wfjj5")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(2, 2)
|
|
texture = ExtResource("2_3al5e")
|
|
region_enabled = true
|
|
region_rect = Rect2(41, 17, 6, 6)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_p0ukn")
|