19 lines
613 B
Plaintext
19 lines
613 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dkx8cdbyjy1h0"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bdnapk5ubpkp5" path="res://assets/entities.png" id="1_5y7g0"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_rwpvg"]
|
|
atlas = ExtResource("1_5y7g0")
|
|
region = Rect2(32, 0, 32, 32)
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_nfnwd"]
|
|
radius = 12.0
|
|
|
|
[node name="Asteroid" type="CharacterBody2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = SubResource("AtlasTexture_rwpvg")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_nfnwd")
|