19 lines
702 B
Text
19 lines
702 B
Text
[gd_scene load_steps=4 format=3 uid="uid://dx86f17gehnea"]
|
|
|
|
[ext_resource type="Script" uid="uid://cg4pd7sdvx3qc" path="res://Enemies/Scripts/asteroid.gd" id="1_tn6au"]
|
|
[ext_resource type="Texture2D" uid="uid://cv84w0y2jg3i3" path="res://Sprites/i_are_spaceship.png" id="2_pp4o0"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_1l7hq"]
|
|
radius = 7.0
|
|
|
|
[node name="Asteroid" type="Area2D"]
|
|
script = ExtResource("1_tn6au")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_pp4o0")
|
|
region_enabled = true
|
|
region_rect = Rect2(32, 2, 15, 13)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(1, 0)
|
|
shape = SubResource("CircleShape2D_1l7hq")
|