25 lines
933 B
Text
25 lines
933 B
Text
[gd_scene load_steps=4 format=3 uid="uid://c11b4i55gx3o5"]
|
|
|
|
[ext_resource type="Script" uid="uid://q7o5o8lnbdgx" path="res://LevelSelectUtility/level_select_planet.gd" id="1_m68cd"]
|
|
[ext_resource type="FontFile" uid="uid://d2ucaasj8wmwj" path="res://Fonts/BRIGHTSTER-Bold-1.ttf" id="4_d5qlm"]
|
|
[ext_resource type="PackedScene" uid="uid://bmlfyt1ykh3aq" path="res://planet/planet_v_2.tscn" id="5_o652v"]
|
|
|
|
[node name="Level-Select-Planet" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
scale = Vector2(4, 4)
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
offset_left = -75.0
|
|
offset_top = 40.0
|
|
offset_right = 75.0
|
|
offset_bottom = 60.0
|
|
theme_override_fonts/normal_font = ExtResource("4_d5qlm")
|
|
theme_override_font_sizes/normal_font_size = 15
|
|
text = "Level x"
|
|
scroll_active = false
|
|
horizontal_alignment = 1
|
|
|
|
[node name="planet_v2" parent="." instance=ExtResource("5_o652v")]
|
|
script = ExtResource("1_m68cd")
|
|
level_id = ""
|