source: Studio/Interface/Dead.tscn@ 831a978

godot4-dev
Last change on this file since 831a978 was 831a978, checked in by Jonathan Neufeld <support@…>, 3 years ago

Initial commit of Godot4 project Working world and movable player.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1[gd_scene load_steps=2 format=3 uid="uid://biaj8xm1wa37p"]
2
3[ext_resource type="Script" path="res://Interface/Respawn.gd" id="1_do07g"]
4
5[node name="Dead" type="ColorRect"]
6anchor_right = 1.0
7anchor_bottom = 1.0
8grow_horizontal = 2
9grow_vertical = 2
10color = Color(0.376471, 0, 0.0313726, 0.552941)
11script = ExtResource("1_do07g")
12
13[node name="VBoxContainer" type="VBoxContainer" parent="."]
14anchor_left = 0.5
15anchor_top = 0.5
16anchor_right = 0.5
17anchor_bottom = 0.5
18offset_left = -210.0
19offset_top = -30.5
20offset_right = 210.0
21offset_bottom = 30.5
22grow_horizontal = 2
23grow_vertical = 2
24metadata/_edit_layout_mode = 1
25
26[node name="Dead Menu" type="RichTextLabel" parent="VBoxContainer"]
27offset_right = 420.0
28offset_bottom = 23.0
29size_flags_horizontal = 3
30size_flags_vertical = 4
31text = "You Are Dead"
32fit_content_height = true
33
34[node name="Respawn" type="Button" parent="VBoxContainer"]
35offset_top = 27.0
36offset_right = 420.0
37offset_bottom = 58.0
38size_flags_vertical = 4
39text = "Respawn"
40
41[connection signal="pressed" from="VBoxContainer/Respawn" to="." method="_on_respawn_pressed"]
Note: See TracBrowser for help on using the repository browser.