You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
498 B
11 lines
498 B
[gd_scene load_steps=2 format=2] |
|
|
|
[ext_resource path="res://limbo.tres" type="TileSet" id=1] |
|
|
|
[node name="Node2D" type="Node2D"] |
|
|
|
[node name="TileMap" type="TileMap" parent="."] |
|
tile_set = ExtResource( 1 ) |
|
cell_size = Vector2( 60, 60 ) |
|
format = 1 |
|
tile_data = PoolIntArray( 0, 5, 0, 1, 1, 0, 3, 2, 0, 5, 3, 0, 6, 4, 0, 7, 4, 0, 8, 5, 0, 9, 1, 0, 11, 2, 0, 13, 3, 0, 14, 4, 0, 15, 5, 0, 196608, 7, 0, 196613, 7, 0, 196614, 7, 0, 196615, 7, 0, 196616, 7, 0, 196621, 7, 0, 196622, 7, 0, 196623, 7, 0 )
|
|
|