This commit is contained in:
Marco 2020-01-10 20:49:18 +01:00
commit b341e19325
5 changed files with 15 additions and 8 deletions

View file

@ -36,7 +36,6 @@ func _ready() -> void:
# Set default values for Grid & Guide options
if Global.config_cache.has_section_key("preferences", "grid_size"):
var grid_size = Global.config_cache.get_value("preferences", "grid_size")
print(Global.grid_width)
Global.grid_width = int(grid_size.x)
Global.grid_height = int(grid_size.y)
grid_width_value.value = grid_size.x