Merge branch 'main' into feature/video-subtitles
This commit is contained in:
@@ -5,7 +5,7 @@ var _registry: Dictionary = {}
|
|||||||
const REGISTRY_ID_METHOD: String = "get_registry_id"
|
const REGISTRY_ID_METHOD: String = "get_registry_id"
|
||||||
|
|
||||||
func register(record) -> void:
|
func register(record) -> void:
|
||||||
if !record.has_method(REGISTRY_ID_METHOD):
|
if not record.has_method(REGISTRY_ID_METHOD):
|
||||||
escoria.logger.error(self, "%s() function not found." % [REGISTRY_ID_METHOD])
|
escoria.logger.error(self, "%s() function not found." % [REGISTRY_ID_METHOD])
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ config_version=5
|
|||||||
config/name="Las gymkhanikas de Uli"
|
config/name="Las gymkhanikas de Uli"
|
||||||
config/description="¡Una emocionante y trepidante aventura!"
|
config/description="¡Una emocionante y trepidante aventura!"
|
||||||
run/main_scene="res://addons/escoria-core/game/main_scene.tscn"
|
run/main_scene="res://addons/escoria-core/game/main_scene.tscn"
|
||||||
config/features=PackedStringArray("4.5")
|
config/features=PackedStringArray("4.4")
|
||||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
boot_splash/bg_color=Color(0, 0, 0, 1)
|
||||||
boot_splash/fullsize=false
|
boot_splash/fullsize=false
|
||||||
boot_splash/use_filter=false
|
boot_splash/use_filter=false
|
||||||
|
|||||||
Reference in New Issue
Block a user