-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMain.tscn
30 lines (25 loc) · 3.18 KB
/
Main.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://npc.tscn" type="PackedScene" id=1]
[ext_resource path="res://ressources/map.tres" type="TileSet" id=2]
[ext_resource path="res://libs/npc.gdns" type="Script" id=3]
[node name="Main" type="Node2D"]
[node name="ColorRect" type="ColorRect" parent="."]
margin_left = -140.0
margin_top = -113.717
margin_right = 1226.0
margin_bottom = 755.283
color = Color( 0.160784, 0.14902, 0.203922, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="world" type="TileMap" parent="."]
tile_set = ExtResource( 2 )
cell_size = Vector2( 16, 16 )
cell_custom_transform = Transform2D( 16, 0, 0, 16, 0, 0 )
format = 1
tile_data = PoolIntArray( 1048600, 0, 0, 1048601, 0, 1, 1048602, 0, 1, 1048603, 0, 1, 1048604, 0, 1, 1048605, 0, 1, 1048606, 0, 1, 1048607, 0, 2, 1114136, 0, 65536, 1114137, 0, 65537, 1114138, 0, 65537, 1114139, 0, 65537, 1114140, 0, 65537, 1114141, 0, 65537, 1114142, 0, 65537, 1114143, 0, 65537, 1114144, 0, 2, 1179671, 0, 0, 1179672, 0, 65537, 1179673, 0, 65537, 1179674, 0, 65537, 1179675, 0, 65537, 1179676, 0, 65537, 1179677, 0, 65537, 1179678, 0, 65537, 1179679, 0, 65537, 1179680, 0, 65538, 1245207, 0, 65536, 1245208, 0, 65537, 1245209, 0, 65537, 1245210, 0, 65537, 1245211, 0, 65537, 1245212, 0, 65537, 1245213, 0, 65537, 1245214, 0, 65537, 1245215, 0, 65537, 1245216, 0, 65538, 1310743, 0, 65536, 1310744, 0, 65537, 1310745, 0, 65537, 1310746, 0, 65537, 1310747, 0, 65537, 1310748, 0, 65537, 1310749, 0, 65537, 1310750, 0, 65537, 1310751, 0, 65537, 1310752, 0, 65538, 1310755, 0, 0, 1310756, 0, 2, 1376278, 0, 0, 1376279, 0, 65537, 1376280, 0, 65537, 1376281, 0, 65537, 1376282, 0, 65537, 1376283, 0, 65537, 1376284, 0, 65537, 1376285, 0, 65537, 1376286, 0, 65537, 1376287, 0, 65537, 1376288, 0, 65538, 1376291, 0, 131072, 1376292, 0, 131074, 1441814, 0, 65536, 1441815, 0, 65537, 1441816, 0, 65537, 1441817, 0, 65537, 1441818, 0, 65537, 1441819, 0, 65537, 1441820, 0, 65537, 1441821, 0, 65537, 1441822, 0, 65537, 1441823, 0, 65537, 1441824, 0, 65538, 1441827, 1, 0, 1441828, 3, 0, 1507350, 0, 65536, 1507351, 0, 65537, 1507352, 0, 65537, 1507353, 0, 65537, 1507354, 0, 65537, 1507355, 0, 65537, 1507356, 0, 65537, 1507357, 0, 65537, 1507358, 0, 65537, 1507359, 0, 65537, 1507360, 0, 65538, 1572886, 0, 131072, 1572887, 0, 5, 1572888, 0, 65537, 1572889, 0, 65537, 1572890, 0, 65537, 1572891, 0, 65537, 1572892, 0, 65537, 1572893, 0, 65537, 1572894, 0, 65537, 1572895, 0, 65537, 1572896, 0, 65538, 1572899, 0, 65540, 1572903, 0, 65540, 1638422, 1, 0, 1638423, 0, 65536, 1638424, 0, 65537, 1638425, 0, 65537, 1638426, 0, 65537, 1638427, 0, 65537, 1638428, 0, 65537, 1638429, 0, 65537, 1638430, 0, 65537, 1638431, 0, 3, 1638432, 0, 131074, 1638435, 4, 0, 1638439, 4, 0, 1703959, 0, 131072, 1703960, 0, 131073, 1703961, 0, 131073, 1703962, 0, 131073, 1703963, 0, 131073, 1703964, 0, 131073, 1703965, 0, 131073, 1703966, 0, 131073, 1703967, 0, 131074, 1703968, 3, 0, 1769495, 1, 0, 1769496, 2, 0, 1769497, 2, 0, 1769498, 2, 0, 1769499, 2, 0, 1769500, 2, 0, 1769501, 2, 0, 1769502, 2, 0, 1769503, 3, 0 )
[node name="NPC" parent="." instance=ExtResource( 1 )]
position = Vector2( 428.859, 345.459 )
collision_layer = 2147483649
collision/safe_margin = 1.551
script = ExtResource( 3 )