dora/levels/Level_01.tscn

36 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-02-16 18:05:52 +01:00
[gd_scene load_steps=5 format=2]
2018-02-25 22:32:25 +01:00
2018-11-07 13:57:10 +01:00
[ext_resource path="res://levels/Level_01.gd" type="Script" id=1]
[ext_resource path="res://levels/Level_01_env.tres" type="Environment" id=2]
[ext_resource path="res://models/mlib.meshlib" type="MeshLibrary" id=3]
2019-02-16 18:05:52 +01:00
[ext_resource path="res://scenes/Goal.tscn" type="PackedScene" id=4]
2018-08-08 14:23:35 +02:00
2019-02-16 18:05:52 +01:00
[node name="Level_01" type="Spatial"]
2018-11-07 13:57:10 +01:00
script = ExtResource( 1 )
2018-02-25 22:32:25 +01:00
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = ExtResource( 2 )
[node name="GridMap" type="GridMap" parent="."]
mesh_library = ExtResource( 3 )
2018-02-25 22:32:25 +01:00
data = {
2018-07-19 15:37:19 +02:00
"cells": PoolIntArray( 0, 0, 1441792, 65534, 0, 1441792, 65535, 0, 1441792, 0, 65534, 1441792, 65534, 65534, 1441792, 65535, 65534, 1441792, 0, 65535, 1441792, 65534, 65535, 1441792 )
2018-02-25 22:32:25 +01:00
}
__meta__ = {
"_editor_clip_": 0,
"_editor_floor_": Vector3( 0, 1, 0 )
}
[node name="Camera" type="Camera" parent="."]
2018-02-25 22:32:25 +01:00
transform = Transform( 1, 0, 0, 0, 0.939693, 0.34202, 0, -0.34202, 0.939693, 0, 6, 7 )
2019-02-16 18:05:52 +01:00
current = true
2018-02-25 22:32:25 +01:00
fov = 54.1445
2018-07-19 15:36:51 +02:00
2019-02-16 18:05:52 +01:00
[node name="Goal" parent="." instance=ExtResource( 4 )]
transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0.993621, 1.99794, 1.00068 )
2018-07-19 15:37:28 +02:00
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 0.701566, 0, -0.712605, 0.386011, 0.840578, 0.380031, 0.599, -0.541691, 0.589721, 0, 5.28645, 0 )
[connection signal="body_entered" from="Goal" to="." method="_on_Goal_body_entered"]