removed trackball camera from player scene

master
Zachary Epps 5 years ago
parent 2715a69eb3
commit ea78da32c2

@ -1,7 +1,4 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://addons/goutte.camera.trackball/trackball_camera.gd" type="Script" id=1]
[ext_resource path="res://addons/goutte.camera.trackball/icon_trackball_camera.png" type="Texture" id=2]
[gd_scene load_steps=3 format=2]
[sub_resource type="CapsuleMesh" id=1]
@ -45,39 +42,6 @@ mesh = SubResource( 1 )
skeleton = NodePath("..")
material/0 = null
[node name="TrackballCamera" type="Camera" parent="MeshInstance" index="0"]
transform = Transform( 7.44893e-08, 0.201553, -0.979478, 1, -8.65257e-08, 5.82451e-08, -7.30105e-08, -0.979478, -0.201553, -2.84577, -4.15736e-08, -0.951093 )
keep_aspect = 1
cull_mask = 1048575
environment = null
h_offset = 0.0
v_offset = 0.0
doppler_tracking = 0
projection = 0
current = true
fov = 70.0
size = 1.0
near = 0.05
far = 100.0
script = ExtResource( 1 )
__meta__ = {
"_editor_icon": ExtResource( 2 )
}
mouseEnabled = true
mouseInvert = false
mouseStrength = 1.111
keyboardEnabled = true
keyboardInvert = false
keyboardStrength = 1.111
joystickEnabled = true
joystickInvert = false
joystickStrength = 1.111
joystickThreshold = 0.09
joystickDevice = 0
inertiaStrength = 1.0
friction = 0.07
[node name="CollisionShape" type="CollisionShape" parent="." index="1"]
transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0 )

Loading…
Cancel
Save