mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
placing brown bricks in codename routes is the most fun you can have while playing an app
This commit is contained in:
parent
0b9ca2ebe5
commit
f5975114a5
2 changed files with 11 additions and 10 deletions
|
@ -1,7 +1,4 @@
|
|||
extends TileMap
|
||||
|
||||
var id: int
|
||||
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
func set_tile_graphics(pos: Vector2, type: String):
|
||||
set_cell(pos.x,pos.y,0,false,false,false,Vector2(1,2))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue