-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.tscn
62 lines (51 loc) · 1.54 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Main.gd" type="Script" id=1]
[ext_resource path="res://tileset.tres" type="TileSet" id=2]
[ext_resource path="res://tileset_static.tres" type="TileSet" id=3]
[node name="Node2D" type="Node2D" index="0"]
script = ExtResource( 1 )
[node name="Autotile" type="TileMap" parent="." index="0"]
mode = 0
tile_set = ExtResource( 2 )
cell_size = Vector2( 64, 64 )
cell_quadrant_size = 16
cell_custom_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
cell_half_offset = 2
cell_tile_origin = 0
cell_y_sort = false
cell_clip_uv = false
collision_use_kinematic = false
collision_friction = 1.0
collision_bounce = 0.0
collision_layer = 1
collision_mask = 1
occluder_light_mask = 1
format = 1
tile_data = PoolIntArray( 0, 0, 0 )
_sections_unfolded = [ "Cell", "Collision" ]
[node name="TileMapStatic" type="TileMap" parent="." index="1"]
mode = 0
tile_set = ExtResource( 3 )
cell_size = Vector2( 64, 64 )
cell_quadrant_size = 16
cell_custom_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
cell_half_offset = 2
cell_tile_origin = 0
cell_y_sort = false
cell_clip_uv = false
collision_use_kinematic = false
collision_friction = 1.0
collision_bounce = 0.0
collision_layer = 1
collision_mask = 1
occluder_light_mask = 1
format = 1
tile_data = PoolIntArray( 3, 0, 0 )
[node name="RayCast2D" type="RayCast2D" parent="." index="2"]
modulate = Color( 1, 0.105469, 0.105469, 1 )
position = Vector2( 31.7448, -9.95628 )
enabled = true
exclude_parent = true
cast_to = Vector2( 0, 10 )
collision_mask = 1
_sections_unfolded = [ "Visibility" ]