mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-15 02:03:06 +00:00
Formatting
This commit is contained in:
parent
6b918c52bd
commit
20327dbb0b
|
@ -132,7 +132,7 @@ func _on_grids_count_value_changed(value: float) -> void:
|
||||||
for key in range(grids_select_container.get_child_count(), value):
|
for key in range(grids_select_container.get_child_count(), value):
|
||||||
if not new_grids.has(key):
|
if not new_grids.has(key):
|
||||||
var new_grid := create_default_properties()
|
var new_grid := create_default_properties()
|
||||||
if new_grids.has(key - 1): # failsafe
|
if new_grids.has(key - 1): # Failsafe
|
||||||
var last_grid = new_grids[key - 1]
|
var last_grid = new_grids[key - 1]
|
||||||
# This small bit of code is there to make ui look a little neater
|
# This small bit of code is there to make ui look a little neater
|
||||||
# Reasons:
|
# Reasons:
|
||||||
|
|
Loading…
Reference in a new issue