forked from interstellar_development/freeftf
M7 B2
Bug fixes and other fixes. Migration to Godot 4.3 (RC3)
This commit is contained in:
parent
6b6b539e81
commit
f3350a462a
50 changed files with 578 additions and 478 deletions
7
scripts/settings_text.gd
Normal file
7
scripts/settings_text.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends TextEdit
|
||||
|
||||
func _ready():
|
||||
text = Game.settings[get_parent().name]
|
||||
|
||||
func _on_text_changed():
|
||||
Game.save_setting(get_parent().name, text)
|
||||
Loading…
Add table
Add a link
Reference in a new issue