Test version text
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://bgpec3avuotkt"]
|
||||
[gd_scene load_steps=9 format=3 uid="uid://bgpec3avuotkt"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dlna6j58fshxu" path="res://game/scripts/version_label.gd" id="1_iapjp"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_no5d7"]
|
||||
sky_top_color = Color(0.340506, 0.443905, 0.662582, 1)
|
||||
@ -61,3 +63,18 @@ mesh = SubResource("PrismMesh_no5d7")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(-0.998152, 0, -0.0607699, 0, 1, 0, 0.0607699, 0, -0.998152, 0, 0, -2.11699)
|
||||
|
||||
[node name="temp_ui" type="Control" parent="."]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VersionLabel" type="Label" parent="temp_ui"]
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 23.0
|
||||
script = ExtResource("1_iapjp")
|
||||
show_label_in_editor = false
|
||||
|
||||
Reference in New Issue
Block a user