feat: Overhaul of the Game Over UI, custom texture integrations, and fixing visual artifacts.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
[ext_resource type="Script" uid="uid://dyovwailce5tf" path="res://scripts/tekton.gd" id="1_tekton"]
|
||||
[ext_resource type="Script" uid="uid://c67yq846u8y68" path="res://scripts/tekton_controller.gd" id="2_controller"]
|
||||
[ext_resource type="PackedScene" uid="uid://b6d6qu1ir13q1" path="res://scenes/tekton_mesh.scn" id="3_d2kpk"]
|
||||
[ext_resource type="Texture2D" uid="uid://biun2yvglxgij" path="res://assets/graphics/touch_control/grab_tekton.png" id="4_grab_icon"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_tekton"]
|
||||
size = Vector3(0.8, 1, 0.8)
|
||||
@@ -24,3 +25,32 @@ collision_mask = 2
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="HitArea" unique_id=818146069]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
shape = SubResource("BoxShape3D_tekton")
|
||||
|
||||
[node name="InteractionPrompt" type="Node3D" parent="." unique_id=855764577]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.4, 0)
|
||||
|
||||
[node name="PromptIcon" type="Sprite3D" parent="InteractionPrompt" unique_id=11135903]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.3731489, 0)
|
||||
pixel_size = 0.002
|
||||
billboard = 1
|
||||
no_depth_test = true
|
||||
texture = ExtResource("4_grab_icon")
|
||||
|
||||
[node name="KeyLabel" type="Label3D" parent="InteractionPrompt" unique_id=1816493043]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.30466843, 0)
|
||||
pixel_size = 0.01
|
||||
billboard = 1
|
||||
no_depth_test = true
|
||||
modulate = Color(0.1, 1, 0.2, 1)
|
||||
text = "[ G ]"
|
||||
font_size = 48
|
||||
outline_size = 18
|
||||
|
||||
[node name="ActionLabel" type="Label3D" parent="InteractionPrompt" unique_id=848495007]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.79176676, 0)
|
||||
pixel_size = 0.01
|
||||
billboard = 1
|
||||
no_depth_test = true
|
||||
text = "LIFT TEKTON"
|
||||
font_size = 38
|
||||
outline_size = 10
|
||||
|
||||
Reference in New Issue
Block a user