aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/Game.tscn
diff options
context:
space:
mode:
authorLibravatar Scarabeaver <kopakoraello@googlemail.com>2022-07-16 13:43:54 +0200
committerLibravatar Scarabeaver <kopakoraello@googlemail.com>2022-07-16 13:43:54 +0200
commitf2ad01fe09709bc32b9b06a0aecc4c1b4d0a870d (patch)
tree0cc77b371af59dc1e81039374f2487c7322f897f /godot/scenes/Game.tscn
parent023eb2adeac51440f739f18d78aef815c6f0309b (diff)
parent4f2bc986240c61bd455742c0cee3c3c796fc5e6b (diff)
download2022-f2ad01fe09709bc32b9b06a0aecc4c1b4d0a870d.tar.gz
2022-f2ad01fe09709bc32b9b06a0aecc4c1b4d0a870d.tar.bz2
2022-f2ad01fe09709bc32b9b06a0aecc4c1b4d0a870d.zip
Merge branch 'main' of https://codeberg.org/code-your-friends/gmtk2022
Diffstat (limited to 'godot/scenes/Game.tscn')
-rw-r--r--godot/scenes/Game.tscn7
1 files changed, 4 insertions, 3 deletions
diff --git a/godot/scenes/Game.tscn b/godot/scenes/Game.tscn
index ba84e42..f8b17cb 100644
--- a/godot/scenes/Game.tscn
+++ b/godot/scenes/Game.tscn
@@ -1,13 +1,14 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://native/Game.gdns" type="Script" id=1]
-[ext_resource path="res://scenes/levels/test_scene/TestScene.tscn" type="PackedScene" id=2]
+[ext_resource path="res://scenes/levels/test_scene_uuuhhh/TestSceneUuuhhh.tscn" type="PackedScene" id=2]
[node name="Game" type="Spatial"]
script = ExtResource( 1 )
[node name="Camera" type="Camera" parent="."]
-transform = Transform( 0.572229, -0.327396, 0.751909, 0, 0.916856, 0.399217, -0.820094, -0.228443, 0.524651, 4.71648, 2.5, 3.45846 )
+transform = Transform( -0.538224, 0.336461, -0.772728, 0, 0.916856, 0.399217, 0.842802, 0.214868, -0.493474, -6.58972, 3.31005, -7.31211 )
current = true
+fov = 64.6875
-[node name="TestScene" parent="." instance=ExtResource( 2 )]
+[node name="TestSceneUuuhhh" parent="." instance=ExtResource( 2 )]