This commit is contained in:
Eric Vande Voort
2025-01-07 16:10:03 -06:00
commit 7eb0dea424
147 changed files with 9096 additions and 0 deletions

18
scenes/asteroid.tscn Normal file
View File

@@ -0,0 +1,18 @@
[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")