mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
ask for tiletype
This commit is contained in:
parent
9d9348faca
commit
539727ca3f
11 changed files with 68 additions and 64 deletions
10
godot/world/Tilemap.tscn
Normal file
10
godot/world/Tilemap.tscn
Normal file
|
@ -0,0 +1,10 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue