37 lines
1.3 KiB
Text
37 lines
1.3 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://b81fnypg0r01i"]
|
|
|
|
[ext_resource type="Script" uid="uid://d2umg2v2kkvyf" path="res://LevelSelectUtility/world_select_star_system.gd" id="1_t35k2"]
|
|
[ext_resource type="Texture2D" uid="uid://gmkmd4xgp2dt" path="res://assets/solar_system.png" id="2_m35r8"]
|
|
[ext_resource type="Texture2D" uid="uid://byfoytj6xrow8" path="res://assets/solar_system_2.png" id="3_7cfo7"]
|
|
[ext_resource type="FontFile" uid="uid://d2ucaasj8wmwj" path="res://Fonts/BRIGHTSTER-Bold-1.ttf" id="3_uq3ng"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_m35r8"]
|
|
radius = 140.0
|
|
|
|
[node name="WorldSelectStarSystem" type="Area2D"]
|
|
script = ExtResource("1_t35k2")
|
|
|
|
[node name="collision_shape" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_m35r8")
|
|
|
|
[node name="normal" type="Sprite2D" parent="."]
|
|
visible = false
|
|
scale = Vector2(4, 4)
|
|
texture = ExtResource("2_m35r8")
|
|
|
|
[node name="inverted" type="Sprite2D" parent="."]
|
|
visible = false
|
|
texture_filter = 1
|
|
scale = Vector2(4, 4)
|
|
texture = ExtResource("3_7cfo7")
|
|
|
|
[node name="world_name_text" type="RichTextLabel" parent="."]
|
|
offset_left = -125.0
|
|
offset_top = 120.0
|
|
offset_right = 125.0
|
|
offset_bottom = 150.0
|
|
theme_override_fonts/normal_font = ExtResource("3_uq3ng")
|
|
theme_override_font_sizes/normal_font_size = 30
|
|
text = "World x"
|
|
scroll_active = false
|
|
horizontal_alignment = 1
|