Moved the debug camera.

This commit is contained in:
Relintai 2022-02-12 20:19:00 +01:00
parent f9ef137d17
commit df781c9d2f
5 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
[ext_resource path="res://scenes/menu/Menu.tscn" type="PackedScene" id=3]
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=4]
[ext_resource path="res://ui/debug/DebugInfo.tscn" type="PackedScene" id=5]
[ext_resource path="res://debug/FreeLookCam.tscn" type="PackedScene" id=6]
[ext_resource path="res://tools/free_look_camera/FreeLookCam.tscn" type="PackedScene" id=6]
[node name="Main" type="Node"]
script = ExtResource( 1 )

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://tests/test_dungeon/Dungeon.tscn" type="PackedScene" id=1]
[ext_resource path="res://debug/FreeLookCamera.gd" type="Script" id=3]
[ext_resource path="res://tools/free_look_camera/FreeLookCamera.gd" type="Script" id=3]
[sub_resource type="ProceduralSky" id=2]

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://tests/test_props/MeshDataInstance.tres" type="PropData" id=1]
[ext_resource path="res://debug/FreeLookCamera.gd" type="Script" id=2]
[ext_resource path="res://tools/free_look_camera/FreeLookCamera.gd" type="Script" id=2]
[node name="Spatial" type="Spatial"]

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://debug/FreeLookCamera.gd" type="Script" id=1]
[ext_resource path="res://tools/free_look_camera/FreeLookCamera.gd" type="Script" id=1]
[node name="Camera" type="Camera"]