Add first background music, always move focus back to the command line

This commit is contained in:
blinry 2021-02-04 16:11:56 +01:00
parent 13dc516edf
commit b9b32c66e4
11 changed files with 90 additions and 17 deletions

View file

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