mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
First attempt of rearranging the elements better in horizontal layout
This commit is contained in:
parent
00538ee581
commit
ac2062bd5a
7 changed files with 46 additions and 37 deletions
scenes
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue