mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
4 lines
120 B
GDScript
4 lines
120 B
GDScript
extends TileMap
|
|
|
|
func set_tile_graphics(pos: Vector2, id: int):
|
|
set_cell(pos.x,pos.y,0,false,false,false,Vector2(1,2))
|