asteroids/Enemies/Scenes/asteroidTiny.tscn
2025-10-19 20:04:59 -06:00

21 lines
746 B
Text

[gd_scene load_steps=4 format=3 uid="uid://3l5rlho4v4l3"]
[ext_resource type="Script" uid="uid://cg4pd7sdvx3qc" path="res://Enemies/Scripts/asteroid.gd" id="1_ub6x2"]
[ext_resource type="Texture2D" uid="uid://cv84w0y2jg3i3" path="res://Sprites/i_are_spaceship.png" id="2_m5fot"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_8kah6"]
radius = 2.8242884
height = 9.961488
[node name="Asteroid" type="Area2D"]
script = ExtResource("1_ub6x2")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(2, 2)
texture = ExtResource("2_m5fot")
region_enabled = true
region_rect = Rect2(42, 26, 4, 4)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
rotation = 0.73129296
shape = SubResource("CapsuleShape2D_8kah6")