first
This commit is contained in:
32
scene/missionEndScreen.tscn
Normal file
32
scene/missionEndScreen.tscn
Normal file
@@ -0,0 +1,32 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://xxv8k4pe68oo"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c6sryrvdtdvk4" path="res://script/mission_end_screen.gd" id="1_4car4"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_ahhjv"]
|
||||
font_size = 80
|
||||
outline_size = 20
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="MissionEndScreen" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_4car4")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -0.5
|
||||
offset_top = -55.0
|
||||
offset_right = 0.5
|
||||
offset_bottom = 55.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
label_settings = SubResource("LabelSettings_ahhjv")
|
||||
Reference in New Issue
Block a user