spacing
This commit is contained in:
parent
63e80edc7b
commit
702c4982c7
|
|
@ -1,4 +1,4 @@
|
||||||
@tool
|
@tool
|
||||||
extends Node
|
extends Node
|
||||||
|
|
||||||
#region configuration
|
#region configuration
|
||||||
|
|
@ -58,7 +58,7 @@ var current_main_theme:Theme = preload("res://logic-scenes/themes/handwriting.th
|
||||||
_: TranslationServer.set_locale(OS.get_locale())
|
_: TranslationServer.set_locale(OS.get_locale())
|
||||||
@export_enum("system_locale", "english", "german") var speech_language: int = -1:
|
@export_enum("system_locale", "english", "german") var speech_language: int = -1:
|
||||||
set(value):
|
set(value):
|
||||||
speech_language = value
|
speech_language = value
|
||||||
|
|
||||||
@export_group("Gameplay Settings")
|
@export_group("Gameplay Settings")
|
||||||
@export var input_sensitivity: float
|
@export var input_sensitivity: float
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue