20 lines
656 B
Plaintext
20 lines
656 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cvc0brcqh2rhu"]
|
|
|
|
[ext_resource type="Script" uid="uid://c7l387xor12hx" path="res://scripts/star.gd" id="1_mcqwg"]
|
|
[ext_resource type="Texture2D" uid="uid://b4iycl7xcvpkp" path="res://assets/stars/s1.png" id="2_j6vao"]
|
|
|
|
[node name="Star" type="Node2D"]
|
|
script = ExtResource("1_mcqwg")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(-2.3841858e-07, 0)
|
|
scale = Vector2(0.014858843, 0.014858842)
|
|
texture = ExtResource("2_j6vao")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_left = -16.0
|
|
offset_top = 16.0
|
|
offset_right = 16.0
|
|
offset_bottom = 30.0
|
|
theme_override_font_sizes/font_size = 10
|