mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2025-05-07 19:11:37 +02:00
removed big grid, bc background canvas exitsts
This commit is contained in:
parent
8b4cf15951
commit
856dcee402
@ -363,17 +363,14 @@ func get_preview_pixel(x: int, y: int):
|
|||||||
|
|
||||||
|
|
||||||
func toggle_grid():
|
func toggle_grid():
|
||||||
$BigGrid.visible = not $BigGrid.visible
|
|
||||||
$Grid.visible = not $Grid.visible
|
$Grid.visible = not $Grid.visible
|
||||||
|
|
||||||
|
|
||||||
func show_grid():
|
func show_grid():
|
||||||
$BigGrid.show()
|
|
||||||
$Grid.show()
|
$Grid.show()
|
||||||
|
|
||||||
|
|
||||||
func hide_grid():
|
func hide_grid():
|
||||||
$BigGrid.hide()
|
|
||||||
$Grid.hide()
|
$Grid.hide()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user