68 lines
2.6 KiB
Plaintext
68 lines
2.6 KiB
Plaintext
[gd_scene format=3 uid="uid://da7a74dg30q1l"]
|
|
|
|
[ext_resource type="Script" uid="uid://3rrym6yv7xyp" path="res://entities/player_3d/scripts/player_3d.gd" id="1_pvvbh"]
|
|
[ext_resource type="Material" uid="uid://cr7bp4fhh1ipr" path="res://entities/player_3d/resources/materials/post_process_quad.tres" id="2_fcmrk"]
|
|
[ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/ressources/hud.tres" id="2_qi48i"]
|
|
[ext_resource type="PackedScene" uid="uid://clicjf8ts51h8" path="res://gui/game/inventory_gui/inventory_gui.tscn" id="3_ea0v7"]
|
|
[ext_resource type="Texture2D" uid="uid://ba8vh5h3r6pr2" path="res://common/icons/focus.svg" id="4_sbfo8"]
|
|
|
|
[sub_resource type="QuadMesh" id="QuadMesh_o44vi"]
|
|
size = Vector2(2, 2)
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_eodxe"]
|
|
radius = 0.5854492
|
|
height = 1.7342377
|
|
|
|
[node name="Player3D" type="CharacterBody3D" unique_id=549819967 node_paths=PackedStringArray("pointer_texture_rect")]
|
|
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0, 0)
|
|
script = ExtResource("1_pvvbh")
|
|
pointer_texture_rect = NodePath("CanvasLayer/PointerTexture")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="." unique_id=2091917091]
|
|
unique_name_in_owner = true
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.19785136, 0)
|
|
near = 0.003
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="Camera3D" unique_id=818458454]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.2)
|
|
mesh = SubResource("QuadMesh_o44vi")
|
|
surface_material_override/0 = ExtResource("2_fcmrk")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=456230433]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.253273, 0)
|
|
shape = SubResource("CapsuleShape3D_eodxe")
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1210282091]
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer" unique_id=355504485]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("2_qi48i")
|
|
|
|
[node name="Inventory" parent="CanvasLayer/MarginContainer" unique_id=820746652 instance=ExtResource("3_ea0v7")]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 8
|
|
|
|
[node name="PointerTexture" type="TextureRect" parent="CanvasLayer" unique_id=99628184]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(30, 30)
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -2.5
|
|
offset_top = -2.5
|
|
offset_right = 2.5
|
|
offset_bottom = 2.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("4_sbfo8")
|
|
expand_mode = 1
|