1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-14 17:53:09 +00:00

Formatting

This commit is contained in:
Variable 2024-11-26 02:10:11 +05:00
parent 6b918c52bd
commit 20327dbb0b

View file

@ -132,7 +132,7 @@ func _on_grids_count_value_changed(value: float) -> void:
for key in range(grids_select_container.get_child_count(), value):
if not new_grids.has(key):
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]
# This small bit of code is there to make ui look a little neater
# Reasons: