mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:24:44 -04:00
Closes #114
This commit is contained in:
parent
65f9aa353c
commit
d72bda71ad
4 changed files with 9 additions and 4 deletions
|
@ -32,7 +32,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue