1
0
Fork 0
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:
Emmanouil Papadeas 2024-12-09 00:17:24 +02:00
parent 0d2b579afe
commit 0873a7bf70

View file

@ -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: