Replacing starting place of player
This commit is contained in:
parent
7cffd032de
commit
ad2fd38a42
2 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@ transform = Transform3D(-0.0749787, -0.776052, 0.626196, 2.98023e-08, 0.627963,
|
||||||
shadow_enabled = true
|
shadow_enabled = true
|
||||||
|
|
||||||
[node name="player" parent="." instance=ExtResource( "2_bge2k" )]
|
[node name="player" parent="." instance=ExtResource( "2_bge2k" )]
|
||||||
transform = Transform3D(0.382248, 0, -0.924059, 0, 1, 0, 0.924059, 0, 0.382248, -47.9571, -1.42739, -17.6199)
|
transform = Transform3D(0.750872, 0, -0.660447, 0, 1, 0, 0.660447, 0, 0.750872, -3.68624, 0, -17.6199)
|
||||||
|
|
||||||
[node name="terrain_basic_setup" parent="." instance=ExtResource( "1_s50i7" )]
|
[node name="terrain_basic_setup" parent="." instance=ExtResource( "1_s50i7" )]
|
||||||
|
|
|
@ -199,7 +199,7 @@ skeleton = NodePath("../..")
|
||||||
shape = SubResource( "ConcavePolygonShape3D_y7uft" )
|
shape = SubResource( "ConcavePolygonShape3D_y7uft" )
|
||||||
|
|
||||||
[node name="moutain" parent="." instance=ExtResource( "3_rbp35" )]
|
[node name="moutain" parent="." instance=ExtResource( "3_rbp35" )]
|
||||||
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, -20.8694, -0.419849, -19.5951)
|
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 17.5054, -0.419849, -19.5951)
|
||||||
|
|
||||||
[node name="cave" parent="." instance=ExtResource( "4_pc85h" )]
|
[node name="cave" parent="." instance=ExtResource( "4_pc85h" )]
|
||||||
transform = Transform3D(-0.344037, 0, 0.938956, 0, 1, 0, -0.938956, 0, -0.344037, 29.908, -0.141321, 29.4435)
|
transform = Transform3D(-0.344037, 0, 0.938956, 0, 1, 0, -0.938956, 0, -0.344037, 29.908, -0.141321, 29.4435)
|
||||||
|
|
Loading…
Reference in a new issue