mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
Moved the debug camera.
This commit is contained in:
parent
f9ef137d17
commit
df781c9d2f
@ -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 )
|
||||
|
@ -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]
|
||||
|
||||
|
@ -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"]
|
||||
|
||||
|
@ -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"]
|
Loading…
Reference in New Issue
Block a user