placing brown bricks in codename routes is the most fun you can have while playing an app

This commit is contained in:
Zoe 2022-05-05 17:54:08 +02:00
parent 0b9ca2ebe5
commit f5975114a5
2 changed files with 11 additions and 10 deletions

View file

@ -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))