mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Make the tiles panel immediately visible when loading a project at startup that only has tilemap layers
This commit is contained in:
parent
0d2b579afe
commit
0873a7bf70
|
@ -427,6 +427,7 @@ func load_last_project() -> void:
|
|||
# Check if file still exists on disk
|
||||
var file_path = Global.config_cache.get_value("data", "last_project_path")
|
||||
load_recent_project_file(file_path)
|
||||
(func(): Global.cel_switched.emit()).call_deferred()
|
||||
|
||||
|
||||
func load_recent_project_file(path: String) -> void:
|
||||
|
|
Loading…
Reference in a new issue