regression-test-project/Spatial.tscn

11 lines
317 B
Plaintext
Raw Normal View History

2020-08-05 11:03:11 +02:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Spatial.gd" type="Script" id=1]
2020-10-22 17:44:51 +02:00
[node name="Spatial" type="Node3D"]
2020-08-05 11:03:11 +02:00
script = ExtResource( 1 )
2020-10-22 17:44:51 +02: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-10-22 17:44:51 +02:00
script = null