Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
293
project.godot
Normal file
293
project.godot
Normal file
|
@ -0,0 +1,293 @@
|
|||
; Engine configuration file.
|
||||
; It's best edited using the editor UI and not directly,
|
||||
; since the parameters that go here are not all obvious.
|
||||
;
|
||||
; Format:
|
||||
; [section] ; section goes between []
|
||||
; param=value ; assign values to parameters
|
||||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ {
|
||||
"base": "Node",
|
||||
"class": "BaseEmotesCache",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/cache/base_emotes_cache.gd"
|
||||
}, {
|
||||
"base": "BaseEmotesCache",
|
||||
"class": "BttvEmotesCache",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/cache/bttv_emotes_cache.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "ChatList",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/chat_list.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "ChatUser",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/chat_user.gd"
|
||||
}, {
|
||||
"base": "RichTextEffect",
|
||||
"class": "CustomOutline",
|
||||
"language": "GDScript",
|
||||
"path": "res://resources/customBBcodeTags/Outline.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "DTS",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Localization/translation_service.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "Dialogic",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Other/DialogicClass.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "DialogicAnimaPropertiesHelper",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Nodes/Anima/DialogicAnimaPropertiesHelper.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "DialogicAnimaResources",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Nodes/Anima/DialogicAnimaResources.gd"
|
||||
}, {
|
||||
"base": "Control",
|
||||
"class": "DialogicBackgroundMusic",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Nodes/BackgroundMusic.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "DialogicCustomEvents",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Nodes/DialogicCustomEvents.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "DialogicDefinitionsUtil",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Other/DialogicDefinitionsUtil.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "DialogicParser",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Parser/DialogicParser.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "DialogicResources",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Other/DialogicResources.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "DialogicUtil",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Other/DialogicUtil.gd"
|
||||
}, {
|
||||
"base": "BaseEmotesCache",
|
||||
"class": "FfzEmotesCache",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/cache/ffz_emotes_cache.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "HelperTools",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/tools.gd"
|
||||
}, {
|
||||
"base": "PanelContainer",
|
||||
"class": "HistoryRow",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/dialogic/Example Assets/History/HistoryRow.gd"
|
||||
}, {
|
||||
"base": "Object",
|
||||
"class": "HttpHeaders",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/http/http_headers.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "HttpRequestQueue",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/http/http_request_queue.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "InteractiveCommands",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/interactive_commands.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "IrcChatMessage",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/irc_chat_message.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "IrcClientEx",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/irc_client_ex.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "IrcClientSecure",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/irc_client_scure.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "MessageWrapper",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/message_wrapper.gd"
|
||||
}, {
|
||||
"base": "Object",
|
||||
"class": "Queue",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/queue.gd"
|
||||
}, {
|
||||
"base": "RichTextEffect",
|
||||
"class": "RichTextPulse",
|
||||
"language": "GDScript",
|
||||
"path": "res://resources/texteffects/outlineText.gd"
|
||||
}, {
|
||||
"base": "IrcClientSecure",
|
||||
"class": "TwiCIL",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/godot_twicil.gd"
|
||||
}, {
|
||||
"base": "Object",
|
||||
"class": "TwitchApiWrapper",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/api/twitch_api_wrapper.gd"
|
||||
}, {
|
||||
"base": "BaseEmotesCache",
|
||||
"class": "TwitchEmotesCache",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/cache/twitch_emotes_cache.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "TwitchIrcServerMessage",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/twitch_irc_server_message.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "TwitchMessage",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-twicil/helpers/twitch_message_wrapper.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"BaseEmotesCache": "",
|
||||
"BttvEmotesCache": "",
|
||||
"ChatList": "",
|
||||
"ChatUser": "",
|
||||
"CustomOutline": "",
|
||||
"DTS": "",
|
||||
"Dialogic": "",
|
||||
"DialogicAnimaPropertiesHelper": "",
|
||||
"DialogicAnimaResources": "",
|
||||
"DialogicBackgroundMusic": "",
|
||||
"DialogicCustomEvents": "",
|
||||
"DialogicDefinitionsUtil": "",
|
||||
"DialogicParser": "",
|
||||
"DialogicResources": "",
|
||||
"DialogicUtil": "",
|
||||
"FfzEmotesCache": "",
|
||||
"HelperTools": "",
|
||||
"HistoryRow": "",
|
||||
"HttpHeaders": "",
|
||||
"HttpRequestQueue": "",
|
||||
"InteractiveCommands": "",
|
||||
"IrcChatMessage": "",
|
||||
"IrcClientEx": "",
|
||||
"IrcClientSecure": "",
|
||||
"MessageWrapper": "",
|
||||
"Queue": "",
|
||||
"RichTextPulse": "",
|
||||
"TwiCIL": "",
|
||||
"TwitchApiWrapper": "",
|
||||
"TwitchEmotesCache": "",
|
||||
"TwitchIrcServerMessage": "",
|
||||
"TwitchMessage": ""
|
||||
}
|
||||
|
||||
[application]
|
||||
|
||||
config/name="OneEleven"
|
||||
run/main_scene="res://scenes/LoadingScene.tscn"
|
||||
boot_splash/image="res://resources/graphics/logo/splashScreen.png"
|
||||
boot_splash/bg_color=Color( 0.141176, 0.141176, 0.141176, 1 )
|
||||
config/icon="res://resources/graphics/logo/1.webp"
|
||||
config/windows_native_icon="res://resources/graphics/logo/1.ico"
|
||||
|
||||
[autoload]
|
||||
|
||||
SettingsSingleton="*res://scripts/Settings.gd"
|
||||
LanguageLocalization="*res://scripts/LanguageLocalization.gd"
|
||||
SceneManagerSingleton="*res://scripts/SceneManagerSingleton.gd"
|
||||
BgmScene="*res://scenes/BGMScene.tscn"
|
||||
SeenTextSingleton="*res://scripts/SeenTextSingleton.gd"
|
||||
GallerySingleton="*res://scripts/Singletons/GallerySingleton.gd"
|
||||
InvestigationSingleton="*res://scripts/Singletons/InvestigationSingleton.gd"
|
||||
ProgressAchievementsSingleton="*res://scripts/Singletons/ProgressAchievementsSingleton.gd"
|
||||
SceneLoader="*res://scripts/Singletons/SceneLoader.gd"
|
||||
|
||||
[debug]
|
||||
|
||||
settings/fps/force_fps=60
|
||||
|
||||
[display]
|
||||
|
||||
window/size/width=1920
|
||||
window/size/height=1080
|
||||
window/size/fullscreen=true
|
||||
window/dpi/allow_hidpi=true
|
||||
mouse_cursor/custom_image="res://resources/cursors/arrow2.webp"
|
||||
window/stretch/mode="2d"
|
||||
window/stretch/aspect="keep"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "res://addons/dialogic/plugin.cfg", "res://addons/godot-twicil/plugin.cfg" )
|
||||
|
||||
[input]
|
||||
|
||||
dialogic_default_action={
|
||||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777221,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":true,"doubleclick":false,"script":null)
|
||||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":88,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
||||
]
|
||||
}
|
||||
|
||||
[locale]
|
||||
|
||||
translations=PoolStringArray( "res://resources/translation/texts.en.translation", "res://resources/translation/texts.ru.translation", "res://resources/translation/choices.en.translation", "res://resources/translation/choices.ru.translation", "res://resources/translation/ui.en.translation", "res://resources/translation/ui.ru.translation" )
|
||||
locale_filter=[ 1, [ "en", "ru" ] ]
|
||||
translation_remaps={
|
||||
}
|
||||
|
||||
[mono]
|
||||
|
||||
project/assembly_name="OneEleven"
|
||||
|
||||
[physics]
|
||||
|
||||
common/physics_fps=1
|
||||
common/enable_pause_aware_picking=true
|
||||
|
||||
[rendering]
|
||||
|
||||
quality/intended_usage/framebuffer_allocation=0
|
||||
quality/intended_usage/framebuffer_allocation.mobile=0
|
||||
2d/snapping/use_gpu_pixel_snap=true
|
||||
misc/lossless_compression/force_png=true
|
||||
quality/directional_shadow/size=256
|
||||
quality/directional_shadow/size.mobile=256
|
||||
quality/shadow_atlas/size=256
|
||||
quality/shadow_atlas/size.mobile=256
|
||||
quality/shadow_atlas/cubemap_size=64
|
||||
quality/shadow_atlas/quadrant_0_subdiv=0
|
||||
quality/shadow_atlas/quadrant_1_subdiv=0
|
||||
quality/shadow_atlas/quadrant_2_subdiv=0
|
||||
quality/shadow_atlas/quadrant_3_subdiv=0
|
||||
quality/shadows/filter_mode=0
|
||||
quality/reflections/texture_array_reflections=false
|
||||
quality/reflections/high_quality_ggx=false
|
||||
environment/default_clear_color=Color( 0, 0, 0, 1 )
|
||||
environment/default_environment="res://default_env.tres"
|
Loading…
Add table
Add a link
Reference in a new issue