summaryrefslogtreecommitdiff
path: root/client/scenes
diff options
context:
space:
mode:
Diffstat (limited to 'client/scenes')
-rw-r--r--client/scenes/main_menu.tscn1
-rw-r--r--client/scenes/player.tscn8
2 files changed, 4 insertions, 5 deletions
diff --git a/client/scenes/main_menu.tscn b/client/scenes/main_menu.tscn
index e1c3475d..ea9b31fb 100644
--- a/client/scenes/main_menu.tscn
+++ b/client/scenes/main_menu.tscn
@@ -80,7 +80,6 @@ alignment = 0
[node name="SceneTransition" parent="." instance=ExtResource("5_651nk")]
layout_mode = 1
-color = Color(0, 0, 0, 1)
[connection signal="pressed" from="side/options/quick_connect" to="." method="_on_quick_connect_pressed"]
[connection signal="pressed" from="side/options/connect/connect" to="." method="_on_connect_pressed"]
diff --git a/client/scenes/player.tscn b/client/scenes/player.tscn
index a0ca9251..9c633575 100644
--- a/client/scenes/player.tscn
+++ b/client/scenes/player.tscn
@@ -1,15 +1,15 @@
[gd_scene load_steps=3 format=3 uid="uid://d30bj2cp1m7gd"]
-[ext_resource type="PackedScene" uid="uid://b6m4wnlgfsbwp" path="res://models/glb/guy.glb" id="1_8t728"]
+[ext_resource type="PackedScene" uid="uid://b3hhir2fvnunu" path="res://models/prefabs/characters/guy.tscn" id="1_g5ma4"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_4w71x"]
[node name="Player" type="Node3D"]
-[node name="guy" parent="." instance=ExtResource("1_8t728")]
-transform = Transform3D(0.35, 0, -6.59029e-14, 0, 0.35, 0, 6.59029e-14, 0, 0.35, 0, 0, 0)
-
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.5, 0)
visible = false
mesh = SubResource("CapsuleMesh_4w71x")
+
+[node name="Character" parent="." instance=ExtResource("1_g5ma4")]
+transform = Transform3D(0.33, 0, 0, 0, 0.33, 0, 0, 0, 0.33, 0, 0, 0)