mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:24:44 -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
|
@ -28,6 +28,7 @@ func _ready() -> void:
|
|||
|
||||
var donors_root := donors.create_item()
|
||||
donors.create_item(donors_root).set_text(0, " pcmxms")
|
||||
donors.create_item(donors_root).set_text(0, " Mike King")
|
||||
|
||||
func _on_AboutDialog_about_to_show() -> void:
|
||||
var current_version : String = ProjectSettings.get_setting("application/config/Version")
|
||||
|
|
|
@ -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