2019-11-20 14:05:35 +01:00
|
|
|
; 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": "Aura",
|
|
|
|
"class": "AuraGD",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/auras/aura_script.gd"
|
|
|
|
}, {
|
2021-03-02 13:10:46 +01:00
|
|
|
"base": "Spatial",
|
|
|
|
"class": "BoneHandle",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/bone_editor/BoneHandle.gd"
|
|
|
|
}, {
|
2021-02-07 15:15:13 +01:00
|
|
|
"base": "Reference",
|
|
|
|
"class": "BrushPrefabs",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/BrushPrefabs.gd"
|
|
|
|
}, {
|
2019-11-20 14:05:35 +01:00
|
|
|
"base": "Spatial",
|
|
|
|
"class": "CharacterSkeketonAttachPoint",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://player/CharacterSkeletonAttachPoint.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Entity",
|
|
|
|
"class": "DisplayPlayerGD",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://player/DisplayPlayer.gd"
|
|
|
|
}, {
|
2019-11-27 11:22:04 +01:00
|
|
|
"base": "EntityAI",
|
|
|
|
"class": "EntityAIGD",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/ai/EntityAIGD.gd"
|
|
|
|
}, {
|
2019-11-20 14:05:35 +01:00
|
|
|
"base": "EntityData",
|
|
|
|
"class": "EntityDataGD",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/entities/EntityDataGD.gd"
|
|
|
|
}, {
|
2021-02-07 15:15:13 +01:00
|
|
|
"base": "Node",
|
|
|
|
"class": "GEAction",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/Action.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEBrighten",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/Brighten.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEBrush",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/Brush.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEBucket",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/Bucket.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Control",
|
|
|
|
"class": "GECanvas",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/Canvas.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GECut",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/Cut.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEDarken",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/Darken.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Reference",
|
|
|
|
"class": "GELayer",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/Layer.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GELine",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/Line.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEMultiLine",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/MultiLine.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEPasteCut",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/PasteCut.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEPencil",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/Pencil.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GERainbow",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/Rainbow.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GERect",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/actions/Rect.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "GEUtils",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Godoxel/Util.gd"
|
|
|
|
}, {
|
2020-04-18 20:58:43 +02:00
|
|
|
"base": "Resource",
|
|
|
|
"class": "GameModule",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/game_modules/GameModule.gd"
|
|
|
|
}, {
|
2020-04-27 18:40:20 +02:00
|
|
|
"base": "EntityResource",
|
|
|
|
"class": "HealthResource",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/resources/HealthResource.gd"
|
|
|
|
}, {
|
2019-11-20 14:05:35 +01:00
|
|
|
"base": "ItemTemplate",
|
|
|
|
"class": "ItemTemplateGD",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/items/ItemTemplateGD.gd"
|
|
|
|
}, {
|
2020-02-17 17:55:34 +01:00
|
|
|
"base": "Node2D",
|
|
|
|
"class": "LayeredTextureMaker",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://texture_tools/LayeredTextureMaker.gd"
|
|
|
|
}, {
|
2019-11-20 14:05:35 +01:00
|
|
|
"base": "Node",
|
|
|
|
"class": "Main",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scenes/MainScene.gd"
|
|
|
|
}, {
|
2021-04-18 23:56:44 +02:00
|
|
|
"base": "TerramanLevelGenerator",
|
|
|
|
"class": "MainTPlanetGenerator",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/world_generators/MainTPlanetGenerator.gd"
|
|
|
|
}, {
|
2019-11-20 14:05:35 +01:00
|
|
|
"base": "EntityResource",
|
|
|
|
"class": "ManaResource",
|
|
|
|
"language": "GDScript",
|
2020-03-10 15:33:48 +01:00
|
|
|
"path": "res://scripts/resources/ManaResource.gd"
|
2019-11-20 14:05:35 +01:00
|
|
|
}, {
|
|
|
|
"base": "Control",
|
|
|
|
"class": "Menu",
|
|
|
|
"language": "GDScript",
|
2020-07-12 19:46:30 +02:00
|
|
|
"path": "res://menu/Menu.gd"
|
2019-11-20 14:05:35 +01:00
|
|
|
}, {
|
2020-04-24 14:41:31 +02:00
|
|
|
"base": "Entity",
|
|
|
|
"class": "MobGD",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://player/Mob.gd"
|
|
|
|
}, {
|
2019-11-20 14:05:35 +01:00
|
|
|
"base": "",
|
|
|
|
"class": "NetworkedPlayerGD",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://player/NetworkedPlayer.gd"
|
|
|
|
}, {
|
|
|
|
"base": "",
|
|
|
|
"class": "PlayerGD",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://player/Player.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Resource",
|
|
|
|
"class": "PlayerMaster",
|
|
|
|
"language": "GDScript",
|
2020-04-26 10:17:55 +02:00
|
|
|
"path": "res://scripts/networking/PlayerMaster.gd"
|
2019-11-20 14:05:35 +01:00
|
|
|
}, {
|
2020-04-27 18:40:20 +02:00
|
|
|
"base": "EntityResource",
|
|
|
|
"class": "SpeedResource",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/resources/SpeedResource.gd"
|
|
|
|
}, {
|
2019-11-20 14:05:35 +01:00
|
|
|
"base": "SpellEffectVisual",
|
|
|
|
"class": "SpellEffectVisualBasic",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/resources/spell_effect_visual_basic.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Spell",
|
|
|
|
"class": "SpellGD",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/spells/gd_spell_script.gd"
|
|
|
|
}, {
|
2020-09-22 15:10:34 +02:00
|
|
|
"base": "GameModule",
|
2020-09-22 16:32:21 +02:00
|
|
|
"class": "UIGuiChildModule",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/game_modules/ui_gui_child_module.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GameModule",
|
2020-09-22 15:10:34 +02:00
|
|
|
"class": "UIWindowModule",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/game_modules/ui_window_module.gd"
|
2019-11-20 14:05:35 +01:00
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
"AuraGD": "",
|
2021-03-02 13:10:46 +01:00
|
|
|
"BoneHandle": "",
|
2021-02-07 15:15:13 +01:00
|
|
|
"BrushPrefabs": "",
|
2019-11-20 14:05:35 +01:00
|
|
|
"CharacterSkeketonAttachPoint": "",
|
|
|
|
"DisplayPlayerGD": "",
|
2019-11-27 11:22:04 +01:00
|
|
|
"EntityAIGD": "",
|
2019-11-20 14:05:35 +01:00
|
|
|
"EntityDataGD": "",
|
2021-02-07 15:15:13 +01:00
|
|
|
"GEAction": "",
|
|
|
|
"GEBrighten": "",
|
|
|
|
"GEBrush": "",
|
|
|
|
"GEBucket": "",
|
|
|
|
"GECanvas": "",
|
|
|
|
"GECut": "",
|
|
|
|
"GEDarken": "",
|
|
|
|
"GELayer": "",
|
|
|
|
"GELine": "",
|
|
|
|
"GEMultiLine": "",
|
|
|
|
"GEPasteCut": "",
|
|
|
|
"GEPencil": "",
|
|
|
|
"GERainbow": "",
|
|
|
|
"GERect": "",
|
|
|
|
"GEUtils": "",
|
2020-04-18 20:58:43 +02:00
|
|
|
"GameModule": "",
|
2020-04-27 18:40:20 +02:00
|
|
|
"HealthResource": "",
|
2019-11-20 14:05:35 +01:00
|
|
|
"ItemTemplateGD": "",
|
2020-02-17 17:55:34 +01:00
|
|
|
"LayeredTextureMaker": "",
|
2019-11-20 14:05:35 +01:00
|
|
|
"Main": "",
|
2021-04-18 23:56:44 +02:00
|
|
|
"MainTPlanetGenerator": "",
|
2019-11-20 14:05:35 +01:00
|
|
|
"ManaResource": "",
|
|
|
|
"Menu": "",
|
2020-04-24 14:41:31 +02:00
|
|
|
"MobGD": "",
|
2019-11-20 14:05:35 +01:00
|
|
|
"NetworkedPlayerGD": "",
|
|
|
|
"PlayerGD": "",
|
|
|
|
"PlayerMaster": "",
|
2020-04-27 18:40:20 +02:00
|
|
|
"SpeedResource": "",
|
2019-11-20 14:05:35 +01:00
|
|
|
"SpellEffectVisualBasic": "",
|
|
|
|
"SpellGD": "",
|
2020-09-22 16:32:21 +02:00
|
|
|
"UIGuiChildModule": "",
|
2020-09-22 15:10:34 +02:00
|
|
|
"UIWindowModule": ""
|
2019-11-20 14:05:35 +01:00
|
|
|
}
|
|
|
|
Node="input/actionbar_5_11"
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
2019-11-22 18:02:19 +01:00
|
|
|
config/name="Broken Seals"
|
2019-12-25 01:36:34 +01:00
|
|
|
config/description="An open source third person RPG "
|
2019-11-20 14:05:35 +01:00
|
|
|
run/main_scene="res://scenes/Main.tscn"
|
|
|
|
config/icon="res://icon.png"
|
2020-07-09 00:47:33 +02:00
|
|
|
config/version="0.3"
|
2019-11-20 14:05:35 +01:00
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Logger="*res://autoload/Logger.tscn"
|
2020-07-04 20:30:42 +02:00
|
|
|
Settings="*res://ui/autoload/SettingsManager.gd"
|
|
|
|
CursorManager="*res://cursors/autoload/CursorManager.tscn"
|
|
|
|
WorldNumbers="*res://ui/autoload/WorldNumbers.tscn"
|
|
|
|
ThemeAtlas="*res://ui/autoload/ThemeAtlas.tscn"
|
2019-11-20 14:05:35 +01:00
|
|
|
Server="*res://autoload/Server.tscn"
|
2020-09-22 14:00:57 +02:00
|
|
|
EntitySpawner="*res://player/bs_entity_spawner.tscn"
|
2020-09-22 14:28:41 +02:00
|
|
|
DataManager="*res://scripts/game_modules/DataManager.tscn"
|
2019-11-20 14:05:35 +01:00
|
|
|
|
|
|
|
[debug]
|
|
|
|
|
|
|
|
gdscript/completion/autocomplete_setters_and_getters=true
|
|
|
|
gdscript/warnings/unused_argument=false
|
|
|
|
gdscript/warnings/unused_signal=false
|
|
|
|
gdscript/warnings/return_value_discarded=false
|
|
|
|
gdscript/warnings/integer_division=false
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/dpi/allow_hidpi=true
|
|
|
|
window/handheld/orientation="sensor_landscape"
|
|
|
|
window/stretch/mode="2d"
|
|
|
|
window/stretch/aspect="expand"
|
|
|
|
mouse_cursor/sensitivity=0.9
|
2019-12-25 01:36:34 +01:00
|
|
|
window/size/viewport_scale=100
|
2020-08-03 13:29:45 +02:00
|
|
|
window/size/ui_scale=1.2
|
|
|
|
window/size/ui_scale_touch=1.0
|
2019-11-20 14:05:35 +01:00
|
|
|
|
2021-02-07 15:15:13 +01:00
|
|
|
[editor_plugins]
|
|
|
|
|
2021-03-02 13:10:46 +01:00
|
|
|
enabled=PoolStringArray( "res://addons/Godoxel/plugin.cfg", "res://addons/bone_editor/plugin.cfg", "res://addons/mesh_data_resource_editor/plugin.cfg" )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2020-02-01 11:20:05 +01:00
|
|
|
[ess]
|
|
|
|
|
2020-07-24 22:38:10 +02:00
|
|
|
level/auto_learn_spells=false
|
2020-04-14 17:04:59 +02:00
|
|
|
data/ess_resource_db_path="res://data/resource_db.tres"
|
2020-08-04 20:10:01 +02:00
|
|
|
enums/stats="Agility,Strength,Stamina,Intellect,Spirit,Health,Mana,Speed,Global Cooldown,Haste,Haste Rating,Resilience,Armor,Attack Power,Spell Power,Melee Crit,Melee Crit Bonus,Spell Crit,Spell Crit Bonus,Block,Parry,Damage Reduction,Melee Damage Reduction,Spell Damage Reduction,Damage Taken,Heal Taken,Melee Damage,Spell Damage,Holy Resist,Shadow Resist,Nature Resist,Fire Resist,Frost Resist,Lightning Resist,Chaos Resist,Silence Resist,Fear Resist,Stun Resist,Energy,Rage,XP Rate,Weapon Damage Min,Weapon Damage Max"
|
2020-05-20 22:14:56 +02:00
|
|
|
enums/skeletons_bones=PoolStringArray( "", "root,pelvis,spine,spine_1,spine_2,neck,head,left_clavicle,left_upper_arm,left_forearm,left_hand,left_thumb_base,left_thumb_end,left_fingers_base,left_fingers_end,right_clavicle,right_upper_arm,right_forearm,right_hand,right_thumb_base,right_thumb_end,right_fingers_base,right_fingers_end,left_thigh,left_calf,left_foot,right_thigh,right_calf,right_foot" )
|
2020-06-16 18:44:42 +02:00
|
|
|
enums/skeletons_bone_attachment_points=PoolStringArray( "", "left_hand,right_hand,torso,root,right_hip,left_hip,spine_2,weapon_left,weapon_right,weapon_left_back,weapon_right_back,weapon_shield_left" )
|
2020-07-10 17:18:03 +02:00
|
|
|
xp/character_xps=PoolIntArray( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 )
|
2020-03-20 14:47:11 +01:00
|
|
|
profiles/automatic_save=true
|
2020-09-22 14:00:57 +02:00
|
|
|
data/ess_entity_spawner_path="res://player/bs_entity_spawner.tres"
|
2020-07-10 17:18:03 +02:00
|
|
|
level/max_character_level=60
|
|
|
|
level/max_class_level=60
|
2020-02-01 11:20:05 +01:00
|
|
|
|
2020-08-03 19:13:17 +02:00
|
|
|
[game]
|
|
|
|
|
|
|
|
chunk_lod_falloff=2
|
|
|
|
chunk_spawn_range=8
|
|
|
|
|
2019-11-20 14:05:35 +01:00
|
|
|
[importer_defaults]
|
|
|
|
|
|
|
|
texture_array={
|
|
|
|
"compress/mode": 0,
|
|
|
|
"compress/no_bptc_if_rgb": false,
|
|
|
|
"flags/filter": false,
|
|
|
|
"flags/mipmaps": false,
|
|
|
|
"flags/repeat": 0,
|
|
|
|
"flags/srgb": 0,
|
|
|
|
"slices/horizontal": 8,
|
|
|
|
"slices/vertical": 8
|
|
|
|
}
|
2020-01-19 02:43:55 +01:00
|
|
|
texture={
|
|
|
|
"compress/bptc_ldr": 0,
|
|
|
|
"compress/hdr_mode": 0,
|
|
|
|
"compress/lossy_quality": 0.7,
|
|
|
|
"compress/mode": 0,
|
|
|
|
"compress/normal_map": 0,
|
|
|
|
"detect_3d": false,
|
|
|
|
"flags/anisotropic": false,
|
|
|
|
"flags/filter": false,
|
|
|
|
"flags/mipmaps": false,
|
|
|
|
"flags/repeat": 1,
|
|
|
|
"flags/srgb": 2,
|
|
|
|
"process/HDR_as_SRGB": false,
|
|
|
|
"process/fix_alpha_border": false,
|
|
|
|
"process/invert_color": false,
|
|
|
|
"process/premult_alpha": false,
|
|
|
|
"size_limit": 0,
|
|
|
|
"stream": false,
|
|
|
|
"svg/scale": 1.0
|
|
|
|
}
|
2020-07-26 23:30:39 +02:00
|
|
|
gltf_mdr={
|
|
|
|
"collider_type": 0,
|
|
|
|
"import_type": 0,
|
|
|
|
"offset": Vector3( 0, 0, 0 ),
|
|
|
|
"rotation": Vector3( 0, 0, 0 ),
|
|
|
|
"scale": Vector3( 0.011, 0.011, 0.011 )
|
|
|
|
}
|
2019-11-20 14:05:35 +01:00
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
ui_accept={
|
|
|
|
"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,"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":16777222,"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":32,"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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_0={
|
|
|
|
"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":82,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_1={
|
|
|
|
"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":70,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_2={
|
|
|
|
"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":67,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_3={
|
|
|
|
"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":84,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_4={
|
|
|
|
"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":71,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_5={
|
|
|
|
"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":49,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_6={
|
|
|
|
"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":50,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_7={
|
|
|
|
"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":51,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_8={
|
|
|
|
"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":52,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_9={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":false,"meta":false,"command":false,"pressed":false,"scancode":82,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_10={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":false,"meta":false,"command":false,"pressed":false,"scancode":70,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_11={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":false,"meta":false,"command":false,"pressed":false,"scancode":84,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
actionbar_1_12={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":false,"meta":false,"command":false,"pressed":false,"scancode":39,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2020-06-16 18:44:42 +02:00
|
|
|
sheath={
|
|
|
|
"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":80,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2020-07-27 18:47:40 +02:00
|
|
|
move_forward={
|
|
|
|
"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":87,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_backward={
|
|
|
|
"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":83,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_left={
|
|
|
|
"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":65,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_right={
|
|
|
|
"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":68,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2020-07-31 01:15:13 +02:00
|
|
|
actionbar_2_0={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_1={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_2={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_3={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_4={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_5={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_6={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_7={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_8={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_9={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_10={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_11={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_2_12={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_0={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_1={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_2={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_3={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_4={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_5={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_6={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_7={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_8={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_9={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_10={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_11={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_3_12={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_0={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_1={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_2={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_3={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_4={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_5={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_6={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_7={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_8={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_9={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_10={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_11={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_4_12={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_0={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_1={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_2={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_3={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_4={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_5={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_6={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_7={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_8={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_9={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_10={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_11={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_5_12={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_0={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_1={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_2={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_3={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_4={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_5={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_6={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_7={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_8={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_9={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_10={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_11={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
|
|
|
actionbar_6_12={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ ]
|
|
|
|
}
|
2019-11-20 14:05:35 +01:00
|
|
|
|
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
3d_physics/layer_1="World"
|
|
|
|
3d_physics/layer_2="Entities"
|
|
|
|
|
2020-06-20 16:12:41 +02:00
|
|
|
[memory]
|
|
|
|
|
|
|
|
limits/message_queue/max_size_kb=2048
|
|
|
|
|
2019-11-20 14:05:35 +01:00
|
|
|
[physics]
|
|
|
|
|
|
|
|
2d/default_gravity=0
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
|
|
quality/driver/fallback_to_gles2=true
|
|
|
|
vram_compression/import_etc=true
|
|
|
|
quality/directional_shadow/size.mobile=1024
|
|
|
|
quality/shading/force_vertex_shading=true
|
2020-04-02 21:40:08 +02:00
|
|
|
quality/2d/use_batching=true
|
2019-12-25 01:36:34 +01:00
|
|
|
quality/shadows/enabled=false
|