mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-05 05:02:02 +02:00
Add first background music, always move focus back to the command line
This commit is contained in:
parent
13dc516edf
commit
b9b32c66e4
11 changed files with 90 additions and 17 deletions
scenes
|
@ -177,6 +177,7 @@ func item_deleted(item):
|
|||
|
||||
func close():
|
||||
text_edit.hide()
|
||||
emit_signal("saved")
|
||||
|
||||
func save():
|
||||
match mode:
|
||||
|
@ -189,7 +190,6 @@ func save():
|
|||
|
||||
helpers.write_file(fixme_path+open_file, text_edit.text)
|
||||
update()
|
||||
emit_signal("saved")
|
||||
close()
|
||||
|
||||
func _set_commit(new_commit):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue