sad thing dont work :?
This commit is contained in:
parent
f3e161d48c
commit
425efaf31b
3 changed files with 264 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cgibvbg8j0peu"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://co3ndgp2x5amw"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/camera.gd" id="1_c1cfk"]
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ glow_enabled = true
|
|||
size = Vector3(50, 1, 50)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_0lkv2"]
|
||||
size = Vector3(50, 1, 50)
|
||||
size = Vector3(50, 1.03235, 50)
|
||||
|
||||
[node name="Main" type="Node3D"]
|
||||
|
||||
|
@ -56,6 +56,8 @@ mesh = SubResource("BoxMesh_e2kr4")
|
|||
skeleton = NodePath("../..")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0161743, 0)
|
||||
shape = SubResource("BoxShape3D_0lkv2")
|
||||
|
||||
[node name="Body" parent="World" instance=ExtResource("1_eeca8")]
|
||||
transform = Transform3D(-0.405636, -0.914035, 0, 0.914035, -0.405636, 0, 0, 0, 1, 0, 11.4413, 0)
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue