godot4-dev
Last change
on this file 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"]
|
---|
6 | anchor_right = 1.0
|
---|
7 | anchor_bottom = 1.0
|
---|
8 | grow_horizontal = 2
|
---|
9 | grow_vertical = 2
|
---|
10 | color = Color(0.376471, 0, 0.0313726, 0.552941)
|
---|
11 | script = ExtResource("1_do07g")
|
---|
12 |
|
---|
13 | [node name="VBoxContainer" type="VBoxContainer" parent="."]
|
---|
14 | anchor_left = 0.5
|
---|
15 | anchor_top = 0.5
|
---|
16 | anchor_right = 0.5
|
---|
17 | anchor_bottom = 0.5
|
---|
18 | offset_left = -210.0
|
---|
19 | offset_top = -30.5
|
---|
20 | offset_right = 210.0
|
---|
21 | offset_bottom = 30.5
|
---|
22 | grow_horizontal = 2
|
---|
23 | grow_vertical = 2
|
---|
24 | metadata/_edit_layout_mode = 1
|
---|
25 |
|
---|
26 | [node name="Dead Menu" type="RichTextLabel" parent="VBoxContainer"]
|
---|
27 | offset_right = 420.0
|
---|
28 | offset_bottom = 23.0
|
---|
29 | size_flags_horizontal = 3
|
---|
30 | size_flags_vertical = 4
|
---|
31 | text = "You Are Dead"
|
---|
32 | fit_content_height = true
|
---|
33 |
|
---|
34 | [node name="Respawn" type="Button" parent="VBoxContainer"]
|
---|
35 | offset_top = 27.0
|
---|
36 | offset_right = 420.0
|
---|
37 | offset_bottom = 58.0
|
---|
38 | size_flags_vertical = 4
|
---|
39 | text = "Respawn"
|
---|
40 |
|
---|
41 | [connection signal="pressed" from="VBoxContainer/Respawn" to="." method="_on_respawn_pressed"]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.