ArkSol/scenes/star.tscn45293615334.tmp

28 lines
1.1 KiB
Plaintext

[gd_scene load_steps=5 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"]
[ext_resource type="Script" uid="uid://bgghdcbxp6o0k" path="res://scripts/star_sprite.gd" id="3_ef0hr"]
[ext_resource type="FontFile" uid="uid://chk8jrn2ighpx" path="res://assets/fonts/main_font.ttf" id="4_8d8bx"]
[node name="Star" type="Node2D"]
script = ExtResource("1_mcqwg")
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(2.3841858e-07, 0)
scale = Vector2(0.019316493, 0.019316494)
texture = ExtResource("2_j6vao")
script = ExtResource("3_ef0hr")
[node name="Label" type="Label" parent="."]
offset_left = -40.0
offset_top = 15.0
offset_right = 40.0
offset_bottom = 29.0
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 3
theme_override_fonts/font = ExtResource("4_8d8bx")
theme_override_font_sizes/font_size = 10
horizontal_alignment = 1
vertical_alignment = 1