aboutsummaryrefslogblamecommitdiffstats
path: root/godot/scenes/Game.tscn
blob: ba84e42cd736471cb6eb185ab25915a5521db677 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                

                                                               
                                                                                           







                                                                                                                                    
                                                            
[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.572229, -0.327396, 0.751909, 0, 0.916856, 0.399217, -0.820094, -0.228443, 0.524651, 4.71648, 2.5, 3.45846 )
current = true

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