19 lines
621 B
Plaintext
19 lines
621 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cynwjsqox5eqx"]
|
|
|
|
[ext_resource type="Script" uid="uid://bdmoi05k2qhjs" path="res://scripts/planet.gd" id="1_cktii"]
|
|
[ext_resource type="Texture2D" uid="uid://bmu7jwnvu7ob2" path="res://assets/planets/p5.png" id="2_h8ms6"]
|
|
|
|
[node name="Planet" type="Node2D"]
|
|
script = ExtResource("1_cktii")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.053333335, 0.053333335)
|
|
texture = ExtResource("2_h8ms6")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_left = -16.0
|
|
offset_top = 8.0
|
|
offset_right = 8.0
|
|
offset_bottom = 21.0
|
|
theme_override_font_sizes/font_size = 8
|