mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-17 16:44:42 -05:00
Organized Preferences better
As a result, "General" no longer exists.
This commit is contained in:
parent
ec81950139
commit
f88d201e1a
9 changed files with 337 additions and 179 deletions
|
|
@ -124,6 +124,8 @@ func _on_files_dropped(_files : PoolStringArray, _screen : int) -> void:
|
|||
|
||||
|
||||
func load_last_project() -> void:
|
||||
if OS.get_name() == "HTML5":
|
||||
return
|
||||
# Check if any project was saved or opened last time
|
||||
if Global.config_cache.has_section_key("preferences", "last_project_path"):
|
||||
# Check if file still exists on disk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue