aboutsummaryrefslogtreecommitdiff
path: root/client/player
diff options
context:
space:
mode:
Diffstat (limited to 'client/player')
-rw-r--r--client/player/character/character.gd.uid1
-rw-r--r--client/player/character/character.tscn14
-rw-r--r--client/player/chat_bubble.gd.uid1
-rw-r--r--client/player/chat_bubble.tscn2
-rw-r--r--client/player/controllable_player.gd.uid1
-rw-r--r--client/player/follow_camera.gd.uid1
-rw-r--r--client/player/follow_camera.tscn2
-rw-r--r--client/player/item_bubble.gd.uid1
-rw-r--r--client/player/item_bubble.tscn2
-rw-r--r--client/player/marker/interact_marker.gdshader.uid1
-rw-r--r--client/player/marker/marker.gd.uid1
-rw-r--r--client/player/marker/marker.tscn16
-rw-r--r--client/player/mirror.gd.uid1
-rw-r--r--client/player/onscreen_controls/controls.gd.uid1
-rw-r--r--client/player/onscreen_controls/controls.tscn2
-rw-r--r--client/player/onscreen_controls/virtual_joystick.gd.uid1
-rw-r--r--client/player/onscreen_controls/virtual_joystick_scene.tscn2
-rw-r--r--client/player/particles/effect.gd.uid1
-rw-r--r--client/player/particles/effect.tscn4
-rw-r--r--client/player/player.gd.uid1
20 files changed, 34 insertions, 22 deletions
diff --git a/client/player/character/character.gd.uid b/client/player/character/character.gd.uid
new file mode 100644
index 00000000..44b17e67
--- /dev/null
+++ b/client/player/character/character.gd.uid
@@ -0,0 +1 @@
+uid://dwk3vd4nv2k65
diff --git a/client/player/character/character.tscn b/client/player/character/character.tscn
index aca0658a..5e704bd8 100644
--- a/client/player/character/character.tscn
+++ b/client/player/character/character.tscn
@@ -1,6 +1,6 @@
[gd_scene load_steps=28 format=3 uid="uid://b3hhir2fvnunu"]
-[ext_resource type="Script" path="res://player/character/character.gd" id="1_12lbh"]
+[ext_resource type="Script" uid="uid://dwk3vd4nv2k65" path="res://player/character/character.gd" id="1_12lbh"]
[ext_resource type="ArrayMesh" uid="uid://bnmm01yjwultj" path="res://player/character/default/main.res" id="2_uovyg"]
[ext_resource type="ArrayMesh" uid="uid://46sp3fu3n6ls" path="res://player/character/default/hand_right.res" id="3_k28vh"]
[ext_resource type="ArrayMesh" uid="uid://r52cylox4imf" path="res://player/character/default/hand_left.res" id="4_tcrm3"]
@@ -14,7 +14,7 @@
[ext_resource type="PackedScene" uid="uid://c6sqsj7r03qp1" path="res://player/character/robot/head.tscn" id="10_w8s0d"]
[ext_resource type="AudioStream" uid="uid://l2fd8u7rq3cq" path="res://player/sounds/step2.ogg" id="11_2dmo8"]
[ext_resource type="AudioStream" uid="uid://d353uwy83crca" path="res://player/sounds/step3.ogg" id="12_bj5ue"]
-[ext_resource type="Script" path="res://audio/play_random.gd" id="14_3rb6x"]
+[ext_resource type="Script" uid="uid://n4jwod1jfuiv" path="res://audio/play_random.gd" id="14_3rb6x"]
[ext_resource type="AudioStream" uid="uid://1jsqpnk3igj3" path="res://player/sounds/woosh1.ogg" id="14_ikcec"]
[ext_resource type="AudioStream" uid="uid://cwme7eatip0jc" path="res://player/sounds/woosh2.ogg" id="15_iv4wu"]
@@ -710,11 +710,11 @@ tracks/11/keys = {
[sub_resource type="AnimationLibrary" id="AnimationLibrary_xtrfe"]
_data = {
-"RESET": SubResource("Animation_tdhvg"),
-"cut": SubResource("Animation_557hk"),
-"hold": SubResource("Animation_cvcpd"),
-"idle": SubResource("Animation_r1hej"),
-"walk": SubResource("Animation_7kiho")
+&"RESET": SubResource("Animation_tdhvg"),
+&"cut": SubResource("Animation_557hk"),
+&"hold": SubResource("Animation_cvcpd"),
+&"idle": SubResource("Animation_r1hej"),
+&"walk": SubResource("Animation_7kiho")
}
[sub_resource type="SphereMesh" id="SphereMesh_xr0ql"]
diff --git a/client/player/chat_bubble.gd.uid b/client/player/chat_bubble.gd.uid
new file mode 100644
index 00000000..ebc98825
--- /dev/null
+++ b/client/player/chat_bubble.gd.uid
@@ -0,0 +1 @@
+uid://cgawpg2ll6vx1
diff --git a/client/player/chat_bubble.tscn b/client/player/chat_bubble.tscn
index fbe4f372..d7bdf4d2 100644
--- a/client/player/chat_bubble.tscn
+++ b/client/player/chat_bubble.tscn
@@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=3 uid="uid://cgi6vcfrnqp0i"]
-[ext_resource type="Script" path="res://player/chat_bubble.gd" id="1_4v1cx"]
+[ext_resource type="Script" uid="uid://cgawpg2ll6vx1" path="res://player/chat_bubble.gd" id="1_4v1cx"]
[ext_resource type="PackedScene" uid="uid://5rcfoyuiwuya" path="res://player/chat_message.tscn" id="2_lyyq0"]
[sub_resource type="QuadMesh" id="QuadMesh_u8lr5"]
diff --git a/client/player/controllable_player.gd.uid b/client/player/controllable_player.gd.uid
new file mode 100644
index 00000000..111134f4
--- /dev/null
+++ b/client/player/controllable_player.gd.uid
@@ -0,0 +1 @@
+uid://dnrj2p5md1i1n
diff --git a/client/player/follow_camera.gd.uid b/client/player/follow_camera.gd.uid
new file mode 100644
index 00000000..8a782c7b
--- /dev/null
+++ b/client/player/follow_camera.gd.uid
@@ -0,0 +1 @@
+uid://eieoab04mpqc
diff --git a/client/player/follow_camera.tscn b/client/player/follow_camera.tscn
index 015c2727..f753aad0 100644
--- a/client/player/follow_camera.tscn
+++ b/client/player/follow_camera.tscn
@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://b31mlnao6ybt8"]
-[ext_resource type="Script" path="res://player/follow_camera.gd" id="1_qipju"]
+[ext_resource type="Script" uid="uid://eieoab04mpqc" path="res://player/follow_camera.gd" id="1_qipju"]
[node name="FollowCamera" type="Camera3D"]
fov = 45.0
diff --git a/client/player/item_bubble.gd.uid b/client/player/item_bubble.gd.uid
new file mode 100644
index 00000000..a6fb3068
--- /dev/null
+++ b/client/player/item_bubble.gd.uid
@@ -0,0 +1 @@
+uid://c34w2snsabjqp
diff --git a/client/player/item_bubble.tscn b/client/player/item_bubble.tscn
index cba432f2..0e5145f1 100644
--- a/client/player/item_bubble.tscn
+++ b/client/player/item_bubble.tscn
@@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=3 uid="uid://cj777mi5nok6c"]
-[ext_resource type="Script" path="res://player/item_bubble.gd" id="1_84g24"]
+[ext_resource type="Script" uid="uid://c34w2snsabjqp" path="res://player/item_bubble.gd" id="1_84g24"]
[ext_resource type="PackedScene" uid="uid://fkqh36s4vl3p" path="res://menu/communicate/item/item_message.tscn" id="2_hgmra"]
[sub_resource type="QuadMesh" id="QuadMesh_tlsxo"]
diff --git a/client/player/marker/interact_marker.gdshader.uid b/client/player/marker/interact_marker.gdshader.uid
new file mode 100644
index 00000000..00b662b3
--- /dev/null
+++ b/client/player/marker/interact_marker.gdshader.uid
@@ -0,0 +1 @@
+uid://c0w3xqd4siqw3
diff --git a/client/player/marker/marker.gd.uid b/client/player/marker/marker.gd.uid
new file mode 100644
index 00000000..067ab1c0
--- /dev/null
+++ b/client/player/marker/marker.gd.uid
@@ -0,0 +1 @@
+uid://nq4a28jq34nm
diff --git a/client/player/marker/marker.tscn b/client/player/marker/marker.tscn
index bb638c7e..f4dd61e8 100644
--- a/client/player/marker/marker.tscn
+++ b/client/player/marker/marker.tscn
@@ -1,7 +1,7 @@
-[gd_scene load_steps=7 format=3 uid="uid://c0euiv7duqfp4"]
+[gd_scene load_steps=7 format=4 uid="uid://c0euiv7duqfp4"]
-[ext_resource type="Script" path="res://player/marker/marker.gd" id="1_3njdu"]
-[ext_resource type="Shader" path="res://player/marker/interact_marker.gdshader" id="2_dejwy"]
+[ext_resource type="Script" uid="uid://nq4a28jq34nm" path="res://player/marker/marker.gd" id="1_3njdu"]
+[ext_resource type="Shader" uid="uid://c0w3xqd4siqw3" path="res://player/marker/interact_marker.gdshader" id="2_dejwy"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_o4v68"]
@@ -10,11 +10,11 @@ _surfaces = [{
"aabb": AABB(-1, -1, -1, 2, 2, 2.00001),
"format": 34896613377,
"index_count": 36,
-"index_data": PackedByteArray(0, 0, 3, 0, 1, 0, 0, 0, 2, 0, 3, 0, 2, 0, 7, 0, 3, 0, 2, 0, 6, 0, 7, 0, 6, 0, 5, 0, 7, 0, 6, 0, 4, 0, 5, 0, 4, 0, 1, 0, 5, 0, 4, 0, 0, 0, 1, 0, 2, 0, 4, 0, 6, 0, 2, 0, 0, 0, 4, 0, 7, 0, 1, 0, 3, 0, 7, 0, 5, 0, 1, 0),
+"index_data": PackedByteArray("AAADAAEAAAACAAMAAgAHAAMAAgAGAAcABgAFAAcABgAEAAUABAABAAUABAAAAAEAAgAEAAYAAgAAAAQABwABAAMABwAFAAEA"),
"primitive": 3,
"uv_scale": Vector4(0, 0, 0, 0),
"vertex_count": 8,
-"vertex_data": PackedByteArray(0, 0, 0, 0, 254, 255, 0, 0, 0, 0, 255, 255, 254, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 255, 255, 0, 0, 254, 255, 0, 0, 255, 255, 255, 255, 254, 255, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0)
+"vertex_data": PackedByteArray("AAAAAP7/AAAAAP///v8AAAAAAAAAAAAAAAD//wAAAAD//wAA/v8AAP/////+/wAA//8AAAAAAAD/////AAAAAA==")
}]
blend_shape_mode = 0
@@ -22,15 +22,15 @@ blend_shape_mode = 0
resource_name = "marker_Cube_001"
_surfaces = [{
"aabb": AABB(-1, -1, -1, 2, 2, 2.00001),
-"attribute_data": PackedByteArray(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 255, 255, 0, 0, 255, 255, 255, 255, 0, 0, 255, 255, 0, 0, 255, 255, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255),
+"attribute_data": PackedByteArray("AAAAAAAAAAAAAP////8AAP//AAD/////AAD//wAA//8AAAAA/////////////wAAAAD/////AAAAAAAA/////wAAAAD//wAAAAAAAP////8AAP////8AAAAA////////"),
"format": 34896613399,
"index_count": 36,
-"index_data": PackedByteArray(2, 0, 11, 0, 5, 0, 2, 0, 8, 0, 11, 0, 6, 0, 21, 0, 9, 0, 6, 0, 18, 0, 21, 0, 20, 0, 17, 0, 23, 0, 20, 0, 14, 0, 17, 0, 12, 0, 3, 0, 15, 0, 12, 0, 0, 0, 3, 0, 7, 0, 13, 0, 19, 0, 7, 0, 1, 0, 13, 0, 22, 0, 4, 0, 10, 0, 22, 0, 16, 0, 4, 0),
+"index_data": PackedByteArray("AgALAAUAAgAIAAsABgAVAAkABgASABUAFAARABcAFAAOABEADAADAA8ADAAAAAMABwANABMABwABAA0AFgAEAAoAFgAQAAQA"),
"material": SubResource("StandardMaterial3D_o4v68"),
"primitive": 3,
"uv_scale": Vector4(0, 0, 0, 0),
"vertex_count": 24,
-"vertex_data": PackedByteArray(0, 0, 0, 0, 254, 255, 255, 191, 0, 0, 0, 0, 254, 255, 255, 191, 0, 0, 0, 0, 254, 255, 84, 213, 0, 0, 255, 255, 254, 255, 255, 191, 0, 0, 255, 255, 254, 255, 255, 255, 0, 0, 255, 255, 254, 255, 84, 213, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 255, 191, 0, 0, 0, 0, 0, 0, 84, 213, 0, 0, 255, 255, 0, 0, 255, 255, 0, 0, 255, 255, 0, 0, 255, 255, 0, 0, 255, 255, 0, 0, 84, 213, 255, 255, 0, 0, 254, 255, 255, 191, 255, 255, 0, 0, 254, 255, 255, 191, 255, 255, 0, 0, 254, 255, 84, 213, 255, 255, 255, 255, 254, 255, 255, 191, 255, 255, 255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 254, 255, 84, 213, 255, 255, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 255, 191, 255, 255, 0, 0, 0, 0, 84, 213, 255, 255, 255, 255, 0, 0, 255, 255, 255, 255, 255, 255, 0, 0, 255, 255, 255, 255, 255, 255, 0, 0, 84, 213, 255, 255, 255, 255, 0, 0, 255, 127, 84, 213, 84, 213, 255, 255, 255, 255, 255, 127, 255, 191, 84, 213, 84, 213, 255, 191, 255, 191, 0, 0, 255, 127, 84, 213, 84, 213, 255, 191, 255, 191, 255, 127, 255, 191, 84, 213, 84, 213, 255, 255, 255, 255, 0, 0, 255, 127, 170, 42, 170, 42, 255, 255, 255, 255, 255, 127, 255, 191, 170, 42, 170, 42, 255, 191, 255, 191, 0, 0, 255, 127, 170, 42, 170, 42, 255, 191, 255, 191, 255, 127, 255, 191, 170, 42, 170, 42)
+"vertex_data": PackedByteArray("AAAAAP7//78AAAAA/v//vwAAAAD+/1TVAAD///7//78AAP///v///wAA///+/1TVAAAAAAAA//8AAAAAAAD/vwAAAAAAAFTVAAD//wAA//8AAP//AAD//wAA//8AAFTV//8AAP7//7///wAA/v//v///AAD+/1TV//////7//7///////v/////////+/1TV//8AAAAA/////wAAAAD/v///AAAAAFTV/////wAA////////AAD///////8AAFTV/////wAA/39U1VTV//////9//79U1VTV/7//vwAA/39U1VTV/7//v/9//79U1VTV/////wAA/3+qKqoq//////9//7+qKqoq/7//vwAA/3+qKqoq/7//v/9//7+qKqoq")
}]
blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_2tdb0")
diff --git a/client/player/mirror.gd.uid b/client/player/mirror.gd.uid
new file mode 100644
index 00000000..db1f128b
--- /dev/null
+++ b/client/player/mirror.gd.uid
@@ -0,0 +1 @@
+uid://d1vueqslg72je
diff --git a/client/player/onscreen_controls/controls.gd.uid b/client/player/onscreen_controls/controls.gd.uid
new file mode 100644
index 00000000..dd5ee7ba
--- /dev/null
+++ b/client/player/onscreen_controls/controls.gd.uid
@@ -0,0 +1 @@
+uid://b25j7ua3og5rh
diff --git a/client/player/onscreen_controls/controls.tscn b/client/player/onscreen_controls/controls.tscn
index a833b69f..2966f0d4 100644
--- a/client/player/onscreen_controls/controls.tscn
+++ b/client/player/onscreen_controls/controls.tscn
@@ -1,7 +1,7 @@
[gd_scene load_steps=6 format=3 uid="uid://bq2sqb1u1l5ve"]
[ext_resource type="PackedScene" uid="uid://dmr0fcamx7t56" path="res://player/onscreen_controls/virtual_joystick_scene.tscn" id="1_4k4lh"]
-[ext_resource type="Script" path="res://player/onscreen_controls/controls.gd" id="1_rnoki"]
+[ext_resource type="Script" uid="uid://b25j7ua3og5rh" path="res://player/onscreen_controls/controls.gd" id="1_rnoki"]
[ext_resource type="Texture2D" uid="uid://bnxllatlo4clg" path="res://menu/icons/boost.webp" id="2_i4ife"]
[ext_resource type="Texture2D" uid="uid://dcgt82qkya880" path="res://menu/icons/interact.webp" id="3_37rne"]
[ext_resource type="Texture2D" uid="uid://qto5rj6wlaeb" path="res://menu/icons/pause.webp" id="5_4bttq"]
diff --git a/client/player/onscreen_controls/virtual_joystick.gd.uid b/client/player/onscreen_controls/virtual_joystick.gd.uid
new file mode 100644
index 00000000..7fc0976d
--- /dev/null
+++ b/client/player/onscreen_controls/virtual_joystick.gd.uid
@@ -0,0 +1 @@
+uid://bltt7ymeeynrg
diff --git a/client/player/onscreen_controls/virtual_joystick_scene.tscn b/client/player/onscreen_controls/virtual_joystick_scene.tscn
index 13323b1d..7e2446b1 100644
--- a/client/player/onscreen_controls/virtual_joystick_scene.tscn
+++ b/client/player/onscreen_controls/virtual_joystick_scene.tscn
@@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=3 uid="uid://dmr0fcamx7t56"]
-[ext_resource type="Script" path="res://player/onscreen_controls/virtual_joystick.gd" id="1_8x4dy"]
+[ext_resource type="Script" uid="uid://bltt7ymeeynrg" path="res://player/onscreen_controls/virtual_joystick.gd" id="1_8x4dy"]
[ext_resource type="Texture2D" uid="uid://bm30au8mjfc2f" path="res://player/onscreen_controls/textures/joystick_base_outline.png" id="2_jhjs2"]
[ext_resource type="Texture2D" uid="uid://dt13r06u87fib" path="res://player/onscreen_controls/textures/joystick_tip_arrows.png" id="3_3etdg"]
diff --git a/client/player/particles/effect.gd.uid b/client/player/particles/effect.gd.uid
new file mode 100644
index 00000000..b9ddd1ee
--- /dev/null
+++ b/client/player/particles/effect.gd.uid
@@ -0,0 +1 @@
+uid://ecsoi03822i5
diff --git a/client/player/particles/effect.tscn b/client/player/particles/effect.tscn
index 13423874..fc627289 100644
--- a/client/player/particles/effect.tscn
+++ b/client/player/particles/effect.tscn
@@ -1,11 +1,11 @@
[gd_scene load_steps=9 format=3 uid="uid://dn2ne30t81ame"]
-[ext_resource type="Script" path="res://player/particles/effect.gd" id="1_aqsk6"]
+[ext_resource type="Script" uid="uid://ecsoi03822i5" path="res://player/particles/effect.gd" id="1_aqsk6"]
[ext_resource type="PackedScene" uid="uid://yaed1vnhd0aa" path="res://player/particles/satisfied/stars.tscn" id="2_shb5l"]
[ext_resource type="AudioStream" uid="uid://camy77x26mmpv" path="res://menu/sounds/success.ogg" id="3_favyn"]
[ext_resource type="AudioStream" uid="uid://cv4isy6po6pqd" path="res://menu/sounds/failure.ogg" id="4_j38qf"]
[ext_resource type="PackedScene" uid="uid://cvty1rwt52anq" path="res://player/angry.tscn" id="4_uxxex"]
-[ext_resource type="Script" path="res://audio/play_random.gd" id="5_t2upj"]
+[ext_resource type="Script" uid="uid://n4jwod1jfuiv" path="res://audio/play_random.gd" id="5_t2upj"]
[ext_resource type="AudioStream" uid="uid://c3gatgrsb0npf" path="res://player/sounds/angry1.ogg" id="6_ou7uy"]
[ext_resource type="AudioStream" uid="uid://cty282m6ckt62" path="res://player/sounds/angry2.ogg" id="7_r21iy"]
diff --git a/client/player/player.gd.uid b/client/player/player.gd.uid
new file mode 100644
index 00000000..fa8ef40f
--- /dev/null
+++ b/client/player/player.gd.uid
@@ -0,0 +1 @@
+uid://bw15vaflxxgv