First attempt of rearranging the elements better in horizontal layout

This commit is contained in:
Sebastian Morr 2020-10-27 16:53:19 +01:00
parent 00538ee581
commit ac2062bd5a
7 changed files with 46 additions and 37 deletions
scenes

View file

@ -78,6 +78,9 @@ func load_level(level_id):
new_repo.path = repo.path
new_repo.label = repo.slug
new_repo.size_flags_horizontal = SIZE_EXPAND_FILL
new_repo.size_flags_vertical = SIZE_EXPAND_FILL
if new_repo.label != "yours":
new_repo.file_browser_active = false
repositories_node.add_child(new_repo)
repositories[r] = new_repo