Changed camera to be fixed scroll (No user scroll possible) and changed the angle of the camera. Also added a "sprint" to the camera to increase speed of movement

This commit is contained in:
=
2026-04-24 17:35:31 +02:00
parent 08e3ce5899
commit 53361ba637
3 changed files with 14 additions and 20 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[gd_scene format=3 uid="uid://cgsmfi2s51cbd"]
[ext_resource type="Script" path="res://Scripts/World.cs" id="1_xkndl"]
[ext_resource type="Script" uid="uid://br2udyi6t8yvf" path="res://Scripts/World.cs" id="1_xkndl"]
[ext_resource type="Script" uid="uid://dqrdb3bvws6b6" path="res://Scripts/SteamworksHandler.cs" id="2_xkndl"]
[ext_resource type="Script" uid="uid://c7khr6oist3ku" path="res://Scripts/Camera3d.cs" id="3_u44n3"]
@@ -29,7 +29,7 @@ transform = Transform3D(1, 0, 0, 0, 0.89061797, 0.45475236, 0, -0.45475236, 0.89
script = ExtResource("2_xkndl")
[node name="Camera3D" type="Camera3D" parent="." unique_id=161504606]
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, 1, 0, -1, -4.371139e-08, 30, 20, 30)
transform = Transform3D(1, 0, 0, 0, 0.25881907, 0.9659258, 0, -0.9659258, 0.25881907, 30, 20, 30)
current = true
script = ExtResource("3_u44n3")