-
Notifications
You must be signed in to change notification settings - Fork 4
/
main_scene.tscn
34 lines (23 loc) · 1.1 KB
/
main_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
26
27
28
29
30
31
32
33
34
[gd_scene load_steps=6 format=2]
[ext_resource path="res://src/Entity.gdns" type="Script" id=1]
[ext_resource path="res://src/EntityManager.gdns" type="Script" id=2]
[sub_resource type="CubeMesh" id=1]
[sub_resource type="BoxShape" id=2]
[sub_resource type="CapsuleMesh" id=3]
[node name="Spatial" type="Spatial"]
[node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 0.952987, 0.30301, 0, -0.30301, 0.952987, -0.00749135, 26.6293, 55.9162 )
[node name="MeshInstance" type="MeshInstance" parent="."]
transform = Transform( 36.1443, 0, 0, 0, 0.0404921, 0, 0, 0, 36.1443, 0, 0, 0 )
mesh = SubResource( 1 )
material/0 = null
[node name="StaticBody" type="StaticBody" parent="MeshInstance"]
[node name="CollisionShape" type="CollisionShape" parent="MeshInstance/StaticBody"]
shape = SubResource( 2 )
[node name="EntityMother" type="MeshInstance" parent="."]
transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 20.6117, 1.5, 0 )
mesh = SubResource( 3 )
material/0 = null
script = ExtResource( 1 )
[node name="EntityManager" type="Spatial" parent="."]
script = ExtResource( 2 )