removed big grid, bc background canvas exitsts

This commit is contained in:
cobrapitz 2020-11-23 06:29:42 +01:00
parent 8b4cf15951
commit 856dcee402

View File

@ -363,17 +363,14 @@ func get_preview_pixel(x: int, y: int):
func toggle_grid():
$BigGrid.visible = not $BigGrid.visible
$Grid.visible = not $Grid.visible
func show_grid():
$BigGrid.show()
$Grid.show()
func hide_grid():
$BigGrid.hide()
$Grid.hide()