WIP
This commit is contained in:
@@ -65,6 +65,8 @@ text/autopauses={}
|
|||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
|
window/size/viewport_width=1920
|
||||||
|
window/size/viewport_height=1080
|
||||||
window/size/always_on_top=true
|
window/size/always_on_top=true
|
||||||
|
|
||||||
[dotnet]
|
[dotnet]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[gd_scene load_steps=32 format=3 uid="uid://c1j5u0cjdswvp"]
|
[gd_scene load_steps=33 format=3 uid="uid://c1j5u0cjdswvp"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://graphics/mockups/darktree1.png" id="1_u6vd6"]
|
[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://graphics/mockups/darktree1.png" id="1_u6vd6"]
|
||||||
[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://graphics/mockups/darktree2.png" id="2_tcvf7"]
|
[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://graphics/mockups/darktree2.png" id="2_tcvf7"]
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
[ext_resource type="Texture2D" uid="uid://63rgrra0tdef" path="res://graphics/testingground/chestnut2.png" id="25_j83yj"]
|
[ext_resource type="Texture2D" uid="uid://63rgrra0tdef" path="res://graphics/testingground/chestnut2.png" id="25_j83yj"]
|
||||||
[ext_resource type="Texture2D" uid="uid://cygt1j1m0vpqg" path="res://graphics/mockups/field_placeholder.png" id="26_7nyv4"]
|
[ext_resource type="Texture2D" uid="uid://cygt1j1m0vpqg" path="res://graphics/mockups/field_placeholder.png" id="26_7nyv4"]
|
||||||
[ext_resource type="PackedScene" uid="uid://dbd1niu3tp8y5" path="res://scenes/props/Player3D.tscn" id="27_mqdni"]
|
[ext_resource type="PackedScene" uid="uid://dbd1niu3tp8y5" path="res://scenes/props/Player3D.tscn" id="27_mqdni"]
|
||||||
|
[ext_resource type="PackedScene" uid="uid://ciahklss0g3iv" path="res://scenes/props/ui_help_overlay.tscn" id="28_jn4e8"]
|
||||||
|
|
||||||
[sub_resource type="PlaneMesh" id="PlaneMesh_8dxh5"]
|
[sub_resource type="PlaneMesh" id="PlaneMesh_8dxh5"]
|
||||||
|
|
||||||
@@ -1360,3 +1361,5 @@ texture = ExtResource("26_7nyv4")
|
|||||||
|
|
||||||
[node name="Player3d" parent="." instance=ExtResource("27_mqdni")]
|
[node name="Player3d" parent="." instance=ExtResource("27_mqdni")]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.110292, 0.0067718, 0.0825893)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.110292, 0.0067718, 0.0825893)
|
||||||
|
|
||||||
|
[node name="UiHelpOverlay" parent="." instance=ExtResource("28_jn4e8")]
|
||||||
|
|||||||
@@ -0,0 +1,27 @@
|
|||||||
|
[gd_scene format=3 uid="uid://ciahklss0g3iv"]
|
||||||
|
|
||||||
|
[node name="UiHelpOverlay" type="Node2D"]
|
||||||
|
|
||||||
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||||
|
|
||||||
|
[node name="PanelContainer" type="PanelContainer" parent="CanvasLayer"]
|
||||||
|
anchors_preset = 1
|
||||||
|
anchor_left = 1.0
|
||||||
|
anchor_right = 1.0
|
||||||
|
offset_left = -52.0
|
||||||
|
offset_top = 12.0
|
||||||
|
offset_right = -12.0
|
||||||
|
offset_bottom = 52.0
|
||||||
|
grow_horizontal = 0
|
||||||
|
|
||||||
|
[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer/PanelContainer"]
|
||||||
|
layout_mode = 2
|
||||||
|
theme_override_constants/margin_left = 10
|
||||||
|
theme_override_constants/margin_top = 10
|
||||||
|
theme_override_constants/margin_right = 10
|
||||||
|
theme_override_constants/margin_bottom = 10
|
||||||
|
|
||||||
|
[node name="Label" type="Label" parent="CanvasLayer/PanelContainer/MarginContainer"]
|
||||||
|
layout_mode = 2
|
||||||
|
theme_override_font_sizes/font_size = 51
|
||||||
|
text = "Hello World!"
|
||||||
Reference in New Issue
Block a user