regression-test-project/MainScenes/Spatial.tscn

11 lines
328 B
Plaintext
Raw Normal View History

2020-08-05 11:03:11 +02:00
[gd_scene load_steps=2 format=2]
2020-11-06 16:57:49 +01:00
[ext_resource path="res://MainScenes/Spatial.gd" type="Script" id=1]
2020-08-05 11:03:11 +02:00
2020-11-27 09:54:47 +01:00
[node name="Spatial" type="Node3D"]
2020-08-05 11:03:11 +02:00
script = ExtResource( 1 )
2020-11-27 09:54:47 +01:00
[node name="Camera" type="Camera3D" parent="."]
2020-08-05 11:03:11 +02:00
transform = Transform( 1, 0, 0, 0, 0.690617, 0.72322, 0, -0.72322, 0.690617, 0, 3.77374, 5.42622 )
2020-11-27 09:54:47 +01:00
script = null