-
Notifications
You must be signed in to change notification settings - Fork 0
/
scene.tscn
25 lines (17 loc) · 1 KB
/
scene.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[gd_scene load_steps=4 format=3 uid="uid://3q23c7na2i65"]
[ext_resource type="Script" path="res://UnitedGodot/UGGameObject.cs" id="1_iog8n"]
[ext_resource type="Script" path="res://UnitedGodotProject/UnitedGodotTest.cs" id="2_k763q"]
[ext_resource type="Script" path="res://UnitedGodotProject/AutoRotate.cs" id="3_pdnvi"]
[node name="Node3D" type="Node3D"]
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1.70574)
[node name="GameObject" type="Node3D" parent="."]
script = ExtResource("1_iog8n")
[node name="UnitedGodotTest" type="Node" parent="GameObject"]
script = ExtResource("2_k763q")
[node name="CSGBox3D" type="CSGBox3D" parent="."]
transform = Transform3D(0.546853, -0.221476, 0, 0.221476, 0.546853, 0, 0, 0, 0.59, 1.61668, 0, 0)
[node name="AutoRotate" type="Node" parent="CSGBox3D"]
script = ExtResource("3_pdnvi")
[node name="OmniLight3D" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.364397, 2.20907, 2.5008)