mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 08:17:34 -04:00
switch mobile, fix shader
This commit is contained in:
parent
6d009d0fc1
commit
d4190fbd9e
7 changed files with 21 additions and 14 deletions
|
@ -20,8 +20,8 @@ func get_string(section: String, key: String) -> String:
|
|||
return value
|
||||
|
||||
|
||||
func get_value(section: String, key: String):
|
||||
var value
|
||||
func get_value(section: String, key: String) -> Variant:
|
||||
var value: Variant
|
||||
if config.has_section_key(section, key):
|
||||
value = config.get_value(section, key)
|
||||
# Debug.logr(key + "=" + str(value))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue