mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:44:42 -04:00
Merge branch 'master' of https://github.com/Orama-Interactive/Pixelorama
This commit is contained in:
commit
b341e19325
5 changed files with 15 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue