mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2024-11-19 16:27:22 +01: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():
|
||||
$BigGrid.visible = not $BigGrid.visible
|
||||
$Grid.visible = not $Grid.visible
|
||||
|
||||
|
||||
func show_grid():
|
||||
$BigGrid.show()
|
||||
$Grid.show()
|
||||
|
||||
|
||||
func hide_grid():
|
||||
$BigGrid.hide()
|
||||
$Grid.hide()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user