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