mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
15 lines
403 B
Text
15 lines
403 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://world/terrain/terrain.tres" type="TileSet" id=1]
|
|
[ext_resource path="res://world/Tilemap.gd" type="Script" id=2]
|
|
|
|
[node name="Tilemap" type="TileMap"]
|
|
position = Vector2( -2, 0 )
|
|
mode = 1
|
|
tile_set = ExtResource( 1 )
|
|
cell_size = Vector2( 32, 16 )
|
|
cell_tile_origin = 1
|
|
collision_layer = 0
|
|
collision_mask = 0
|
|
format = 1
|
|
script = ExtResource( 2 )
|