test-client-godot/test_grid_map/test_grid_map.tscn

32 lines
1.6 KiB
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://assets/kits/kit_test/kit_test.meshlib" type="MeshLibrary" id=1]
[ext_resource path="res://scenes/GUI/GUI.tscn" type="PackedScene" id=2]
[node name="test_grid_map" type="GridMap"]
theme = ExtResource( 1 )
cell_size = Vector3( 2, 3, 2 )
cell_octant_size = 8
cell_center_x = true
cell_center_y = true
cell_center_z = true
cell_scale = 1.0
collision_layer = 1
collision_mask = 1
data = {
"cells": PoolIntArray( 0, 0, 3, 1, 0, 3, 2, 0, 1441794, 65533, 0, -1609564158, 65534, 0, 3, 65535, 0, 3, 0, 1, 536870915, 1, 1, 1073741827, 2, 1, 1441794, 65533, 1, -1609564158, 65534, 1, 3, 65535, 1, 3, 0, 2, 3, 1, 2, 3, 2, 2, 1441794, 65533, 2, 1048578, 65534, 2, 3, 65535, 2, 3, 0, 3, 655362, 1, 3, 655362, 2, 3, 538312708, 65533, 3, 655364, 65534, 3, 655362, 65535, 3, 655362, 3, 65527, 1048576, 2, 65528, 1048580, 3, 65528, 538312706, 0, 65529, 1048580, 1, 65529, 1, 2, 65529, 3, 3, 65529, 1441794, 0, 65530, 1048577, 2, 65530, 655364, 3, 65530, 1441794, 0, 65531, 1048577, 3, 65531, 1441792, 0, 65532, 1048577, 0, 65533, 1048577, 0, 65534, 1048579, 1, 65534, 2, 2, 65534, 4, 65533, 65534, 1048580, 65534, 65534, 2, 65535, 65534, 2, 0, 65535, 3, 1, 65535, 3, 2, 65535, 1441794, 65533, 65535, 1048578, 65534, 65535, 3, 65535, 65535, 3 )
}
_sections_unfolded = [ "Cell" ]
__meta__ = {
"_editor_clip_": 0,
"_editor_floor_": Vector3( 0, 0, 0 )
}
[node name="start_position" type="Spatial" parent="." index="0"]
transform = Transform( -0.939693, 0, -0.34202, 0, 1, 0, 0.34202, 0, -0.939693, 5.89868, 1.99859, -13 )
[node name="GUI" parent="." index="1" instance=ExtResource( 2 )]