16 lines
509 B
Plaintext
16 lines
509 B
Plaintext
[gd_scene load_steps=2 format=3 uid="a1b2c3d4-e5f6-7890-abcd-ef0123456789"]
|
|
[node name="Planet" type="Area2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource( 2 )
|
|
|
|
[ext_resource path="res://scripts/planet.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/placeholder_planet.png" type="Texture2D" id=2]
|
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
|
radius = 28.0
|