-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMap1.tscn
30 lines (24 loc) · 2.17 KB
/
Map1.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://nature.meshlib" type="MeshLibrary" id=1]
[ext_resource path="res://GridMap.gd" type="Script" id=2]
[ext_resource path="res://PLayer.tscn" type="PackedScene" id=3]
[node name="Spatial" type="Spatial"]
[node name="GridMap" type="GridMap" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 10, 0, 10 )
mesh_library = ExtResource( 1 )
cell_center_y = false
data = {
"cells": PoolIntArray( 0, 0, 0, 1, 0, 0, 2, 0, 0, 3, 0, 0, 4, 0, 0, 65531, 0, 0, 65532, 0, 0, 65533, 0, 0, 65534, 0, 0, 65535, 0, 0, 65536, 0, 0, 65537, 0, 0, 131071, 0, 0, 131072, 0, 0, 0, 1, 0, 1, 1, 0, 4, 1, 0, 65531, 1, 0, 65533, 1, 0, 65534, 1, 0, 65535, 1, 0, 65536, 1, 0, 131071, 1, 0, 0, 2, 0, 1, 2, 0, 4, 2, 0, 65531, 2, 0, 65534, 2, 0, 65535, 2, 0, 65536, 2, 0, 0, 3, 0, 1, 3, 0, 2, 3, 0, 4, 3, 0, 65531, 3, 0, 65533, 3, 0, 65534, 3, 0, 65535, 3, 0, 0, 4, 0, 1, 4, 0, 2, 4, 0, 3, 4, 0, 4, 4, 0, 65531, 4, 0, 65532, 4, 0, 65533, 4, 0, 65534, 4, 0, 65535, 4, 0, 0, 65531, 0, 1, 65531, 0, 2, 65531, 0, 3, 65531, 0, 4, 65531, 0, 65531, 65531, 0, 65532, 65531, 0, 65533, 65531, 0, 65534, 65531, 0, 65535, 65531, 0, 0, 65532, 0, 4, 65532, 0, 65531, 65532, 0, 65535, 65532, 0, 0, 65533, 0, 1, 65533, 0, 4, 65533, 0, 65531, 65533, 0, 65533, 65533, 0, 65534, 65533, 0, 65535, 65533, 0, 0, 65534, 0, 1, 65534, 0, 2, 65534, 0, 3, 65534, 0, 4, 65534, 0, 65531, 65534, 0, 65532, 65534, 0, 65533, 65534, 0, 65534, 65534, 0, 65535, 65534, 0, 0, 65535, 0, 1, 65535, 0, 2, 65535, 0, 3, 65535, 0, 4, 65535, 0, 65531, 65535, 0, 65532, 65535, 0, 65533, 65535, 0, 65534, 65535, 0, 65535, 65535, 0, 65536, 65535, 0, 65537, 65535, 0, 131071, 65535, 0 )
}
script = ExtResource( 2 )
__meta__ = {
"_editor_clip_": 0,
"_editor_floor_": Vector3( 0, 2, 0 )
}
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( -0.66784, 0.0680569, 0.741187, 0.149001, -0.963429, 0.22272, 0.729238, 0.259179, 0.633276, 10, 10.2425, 11.9675 )
light_energy = 5.0
shadow_enabled = true
shadow_color = Color( 0.386719, 0.386719, 0.386719, 1 )
[node name="KinematicBody" parent="." instance=ExtResource( 3 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 9.07756, 3.24636, 4.20147 )