Try new perspective for character, minor projectile fixes
This commit is contained in:
@@ -1,29 +1,42 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dy3d4e6qegyjg"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dy3d4e6qegyjg"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b38hcomu4tpm5" path="res://Scenes/TestCharacter.tscn" id="1_fwf6c"]
|
||||
[ext_resource type="PackedScene" uid="uid://cmj0fo8gufb4y" path="res://Levels/levelTEST.gltf" id="2_afl3s"]
|
||||
[ext_resource type="PackedScene" uid="uid://bckd04543occ5" path="res://Levels/levelTEST.gltf" id="2_afl3s"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_wrrav"]
|
||||
size = Vector3(82.1972, 9.85066, 69.234)
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_iokol"]
|
||||
size = Vector3(77.2254, 10, 63.5656)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hr26o"]
|
||||
size = Vector3(37.611, 23.269, 13.2547)
|
||||
|
||||
[node name="Level" type="Node3D"]
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -0.0769171, 67.1716, -34.2862)
|
||||
fov = 50.0
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -0.0769171, 40.2411, -32.0601)
|
||||
|
||||
[node name="DebugCamera" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.821149, 0.570714, 0, -0.570714, 0.821149, -0.36148, 1.40359, 0.864433)
|
||||
transform = Transform3D(1, 0, 0, 0, 0.821149, 0.570714, 0, -0.570714, 0.821149, -0.36148, 17.9168, 0.864431)
|
||||
visible = false
|
||||
|
||||
[node name="Fish Witch" parent="." instance=ExtResource("1_fwf6c")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.56447, -7.95901)
|
||||
transform = Transform3D(1, 0, 0, 0, 0.34202, 0.939692, 0, -0.939692, 0.34202, 5.26031, 4.56447, -7.95901)
|
||||
_speed = 10.0
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(-0.931845, -0.0850834, 0.35274, -0.0909281, 0.995857, -1.47234e-08, -0.351279, -0.032074, -0.935721, -3.58319, 8.01249, 0.163277)
|
||||
|
||||
[node name="levelTEST" parent="." instance=ExtResource("2_afl3s")]
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="levelTEST"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.194912, 0.132027, -36.4269)
|
||||
shape = SubResource("BoxShape3D_wrrav")
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -36.9892)
|
||||
shape = SubResource("BoxShape3D_iokol")
|
||||
|
||||
[node name="levelTEST" parent="StaticBody3D" instance=ExtResource("2_afl3s")]
|
||||
|
||||
[node name="CollisionShape3D3" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 22.6611, 4.08253, -30.6854)
|
||||
shape = SubResource("BoxShape3D_hr26o")
|
||||
|
||||
[node name="CollisionShape3D2" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -22.9547, 1.81661, -31.6168)
|
||||
shape = SubResource("BoxShape3D_hr26o")
|
||||
|
||||
Reference in New Issue
Block a user