aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/Game.tscn
blob: cdf43b5167723d100e5df7a5a8df520f7cef0a65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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]

[node name="Game" type="Spatial"]
script = ExtResource( 1 )

[node name="Camera" type="Camera" parent="."]
transform = Transform( 0.851268, -0.209482, 0.481104, -0.0793804, 0.854894, 0.512694, -0.518693, -0.47463, 0.711115, 4.71648, 5.18863, 3.45846 )
current = true

[node name="TestScene" parent="." instance=ExtResource( 2 )]