16 lines
510 B
Text
16 lines
510 B
Text
[gd_scene load_steps=3 format=3 uid="uid://dgng5vdhn6anc"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://co67k1hqadpv4" path="res://textures/asteroid_small.png" id="1_akfqu"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
|
|
radius = 16.0
|
|
|
|
[node name="Asteroid" type="RigidBody2D"]
|
|
mass = 2.5
|
|
linear_damp = 4.0
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_akfqu")
|
|
|
|
[node name="CollisionShape" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_uwrxv")
|