mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
655 lines
21 KiB
Plaintext
655 lines
21 KiB
Plaintext
; 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"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "BrushPrefabs",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/BrushPrefabs.gd"
|
|
}, {
|
|
"base": "CharacterAtlas",
|
|
"class": "CharacterAtlas2D",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/item_visuals/CharacterAtlas2D.gd"
|
|
}, {
|
|
"base": "CharacterAtlasEntry",
|
|
"class": "CharacterAtlasEntry2D",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/item_visuals/CharacterAtlasEntry2D.gd"
|
|
}, {
|
|
"base": "Spatial",
|
|
"class": "CharacterSkeketonAttachPoint",
|
|
"language": "GDScript",
|
|
"path": "res://player/CharacterSkeletonAttachPoint.gd"
|
|
}, {
|
|
"base": "CharacterSkeleton2D",
|
|
"class": "CharacterSkeleton2DGD",
|
|
"language": "GDScript",
|
|
"path": "res://player/CharacterSkeleton2DGD.gd"
|
|
}, {
|
|
"base": "Entity",
|
|
"class": "DisplayPlayerGD",
|
|
"language": "GDScript",
|
|
"path": "res://player/DisplayPlayer.gd"
|
|
}, {
|
|
"base": "EntityAI",
|
|
"class": "EntityAIGD",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/ai/EntityAIGD.gd"
|
|
}, {
|
|
"base": "EntityData",
|
|
"class": "EntityDataGD",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/entities/EntityDataGD.gd"
|
|
}, {
|
|
"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"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "GSAIAgentLocation",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/GSAIAgentLocation.gd"
|
|
}, {
|
|
"base": "GSAISteeringBehavior",
|
|
"class": "GSAIArrive",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAIArrive.gd"
|
|
}, {
|
|
"base": "GSAIGroupBehavior",
|
|
"class": "GSAIAvoidCollisions",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAIAvoidCollisions.gd"
|
|
}, {
|
|
"base": "GSAISteeringBehavior",
|
|
"class": "GSAIBlend",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAIBlend.gd"
|
|
}, {
|
|
"base": "GSAIGroupBehavior",
|
|
"class": "GSAICohesion",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAICohesion.gd"
|
|
}, {
|
|
"base": "GSAIPursue",
|
|
"class": "GSAIEvade",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAIEvade.gd"
|
|
}, {
|
|
"base": "GSAIMatchOrientation",
|
|
"class": "GSAIFace",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAIFace.gd"
|
|
}, {
|
|
"base": "GSAISeek",
|
|
"class": "GSAIFlee",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAIFlee.gd"
|
|
}, {
|
|
"base": "GSAIArrive",
|
|
"class": "GSAIFollowPath",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAIFollowPath.gd"
|
|
}, {
|
|
"base": "GSAISteeringBehavior",
|
|
"class": "GSAIGroupBehavior",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/GSAIGroupBehavior.gd"
|
|
}, {
|
|
"base": "GSAIProximity",
|
|
"class": "GSAIInfiniteProximity",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Proximities/GSAIInfiniteProximity.gd"
|
|
}, {
|
|
"base": "GSAISpecializedAgent",
|
|
"class": "GSAIKinematicBody2DAgent",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Agents/GSAIKinematicBody2DAgent.gd"
|
|
}, {
|
|
"base": "GSAISpecializedAgent",
|
|
"class": "GSAIKinematicBody3DAgent",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Agents/GSAIKinematicBody3DAgent.gd"
|
|
}, {
|
|
"base": "GSAIMatchOrientation",
|
|
"class": "GSAILookWhereYouGo",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAILookWhereYouGo.gd"
|
|
}, {
|
|
"base": "GSAISteeringBehavior",
|
|
"class": "GSAIMatchOrientation",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAIMatchOrientation.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "GSAIPath",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/GSAIPath.gd"
|
|
}, {
|
|
"base": "GSAISteeringBehavior",
|
|
"class": "GSAIPriority",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAIPriority.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "GSAIProximity",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Proximities/GSAIProximity.gd"
|
|
}, {
|
|
"base": "GSAISteeringBehavior",
|
|
"class": "GSAIPursue",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAIPursue.gd"
|
|
}, {
|
|
"base": "GSAIProximity",
|
|
"class": "GSAIRadiusProximity",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Proximities/GSAIRadiusProximity.gd"
|
|
}, {
|
|
"base": "GSAISpecializedAgent",
|
|
"class": "GSAIRigidBody2DAgent",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Agents/GSAIRigidBody2DAgent.gd"
|
|
}, {
|
|
"base": "GSAISpecializedAgent",
|
|
"class": "GSAIRigidBody3DAgent",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Agents/GSAIRigidBody3DAgent.gd"
|
|
}, {
|
|
"base": "GSAISteeringBehavior",
|
|
"class": "GSAISeek",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAISeek.gd"
|
|
}, {
|
|
"base": "GSAIGroupBehavior",
|
|
"class": "GSAISeparation",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Behaviors/GSAISeparation.gd"
|
|
}, {
|
|
"base": "GSAISteeringAgent",
|
|
"class": "GSAISpecializedAgent",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/Agents/GSAISpecializedAgent.gd"
|
|
}, {
|
|
"base": "GSAIAgentLocation",
|
|
"class": "GSAISteeringAgent",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/GSAISteeringAgent.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "GSAISteeringBehavior",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/GSAISteeringBehavior.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "GSAITargetAcceleration",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/GSAITargetAcceleration.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "GSAIUtils",
|
|
"language": "GDScript",
|
|
"path": "res://steering_ai_framework/GSAIUtils.gd"
|
|
}, {
|
|
"base": "Resource",
|
|
"class": "GameModule",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/game_modules/GameModule.gd"
|
|
}, {
|
|
"base": "EntityResource",
|
|
"class": "HealthResource",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/resources/HealthResource.gd"
|
|
}, {
|
|
"base": "CharacterBones",
|
|
"class": "HumanoidCharacterBones2D",
|
|
"language": "GDScript",
|
|
"path": "res://player/HumanoidCharacterBones2D.gd"
|
|
}, {
|
|
"base": "ItemTemplate",
|
|
"class": "ItemTemplateGD",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/items/ItemTemplateGD.gd"
|
|
}, {
|
|
"base": "SkeletonModelEntry",
|
|
"class": "ItemVisual2D",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/item_visuals/ItemVisual2D.gd"
|
|
}, {
|
|
"base": "SkeletonModelEntry",
|
|
"class": "ItemVisualEntry2D",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/item_visuals/ItemVisualEntry2D.gd"
|
|
}, {
|
|
"base": "Node2D",
|
|
"class": "LayeredTextureMaker",
|
|
"language": "GDScript",
|
|
"path": "res://texture_tools/LayeredTextureMaker.gd"
|
|
}, {
|
|
"base": "Node",
|
|
"class": "Main",
|
|
"language": "GDScript",
|
|
"path": "res://scenes/MainScene.gd"
|
|
}, {
|
|
"base": "EntityResource",
|
|
"class": "ManaResource",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/resources/ManaResource.gd"
|
|
}, {
|
|
"base": "Control",
|
|
"class": "Menu",
|
|
"language": "GDScript",
|
|
"path": "res://scenes/Menu.gd"
|
|
}, {
|
|
"base": "Entity",
|
|
"class": "MobGD",
|
|
"language": "GDScript",
|
|
"path": "res://player/Mob.gd"
|
|
}, {
|
|
"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",
|
|
"path": "res://scripts/networking/PlayerMaster.gd"
|
|
}, {
|
|
"base": "EntityResource",
|
|
"class": "SpeedResource",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/resources/SpeedResource.gd"
|
|
}, {
|
|
"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"
|
|
}, {
|
|
"base": "GameModule",
|
|
"class": "UIGuiChildModule",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/game_modules/ui_gui_child_module.gd"
|
|
}, {
|
|
"base": "GameModule",
|
|
"class": "UIWindowModule",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/game_modules/ui_window_module.gd"
|
|
} ]
|
|
_global_script_class_icons={
|
|
"AuraGD": "",
|
|
"BrushPrefabs": "",
|
|
"CharacterAtlas2D": "",
|
|
"CharacterAtlasEntry2D": "",
|
|
"CharacterSkeketonAttachPoint": "",
|
|
"CharacterSkeleton2DGD": "",
|
|
"DisplayPlayerGD": "",
|
|
"EntityAIGD": "",
|
|
"EntityDataGD": "",
|
|
"GEAction": "",
|
|
"GEBrighten": "",
|
|
"GEBrush": "",
|
|
"GEBucket": "",
|
|
"GECanvas": "",
|
|
"GECut": "",
|
|
"GEDarken": "",
|
|
"GELayer": "",
|
|
"GELine": "",
|
|
"GEMultiLine": "",
|
|
"GEPasteCut": "",
|
|
"GEPencil": "",
|
|
"GERainbow": "",
|
|
"GERect": "",
|
|
"GEUtils": "",
|
|
"GSAIAgentLocation": "",
|
|
"GSAIArrive": "",
|
|
"GSAIAvoidCollisions": "",
|
|
"GSAIBlend": "",
|
|
"GSAICohesion": "",
|
|
"GSAIEvade": "",
|
|
"GSAIFace": "",
|
|
"GSAIFlee": "",
|
|
"GSAIFollowPath": "",
|
|
"GSAIGroupBehavior": "",
|
|
"GSAIInfiniteProximity": "",
|
|
"GSAIKinematicBody2DAgent": "",
|
|
"GSAIKinematicBody3DAgent": "",
|
|
"GSAILookWhereYouGo": "",
|
|
"GSAIMatchOrientation": "",
|
|
"GSAIPath": "",
|
|
"GSAIPriority": "",
|
|
"GSAIProximity": "",
|
|
"GSAIPursue": "",
|
|
"GSAIRadiusProximity": "",
|
|
"GSAIRigidBody2DAgent": "",
|
|
"GSAIRigidBody3DAgent": "",
|
|
"GSAISeek": "",
|
|
"GSAISeparation": "",
|
|
"GSAISpecializedAgent": "",
|
|
"GSAISteeringAgent": "",
|
|
"GSAISteeringBehavior": "",
|
|
"GSAITargetAcceleration": "",
|
|
"GSAIUtils": "",
|
|
"GameModule": "",
|
|
"HealthResource": "",
|
|
"HumanoidCharacterBones2D": "",
|
|
"ItemTemplateGD": "",
|
|
"ItemVisual2D": "",
|
|
"ItemVisualEntry2D": "",
|
|
"LayeredTextureMaker": "",
|
|
"Main": "",
|
|
"ManaResource": "",
|
|
"Menu": "",
|
|
"MobGD": "",
|
|
"NetworkedPlayerGD": "",
|
|
"PlayerGD": "",
|
|
"PlayerMaster": "",
|
|
"SpeedResource": "",
|
|
"SpellEffectVisualBasic": "",
|
|
"SpellGD": "",
|
|
"UIGuiChildModule": "",
|
|
"UIWindowModule": ""
|
|
}
|
|
Node="input/actionbar_5_11"
|
|
|
|
[application]
|
|
|
|
config/name="Broken Seals 2D"
|
|
config/description="An open source third person RPG "
|
|
run/main_scene="res://scenes/Main.tscn"
|
|
config/icon="res://icon.png"
|
|
config/version="0.2"
|
|
|
|
[autoload]
|
|
|
|
Server="*res://autoload/Server.tscn"
|
|
ThemeAtlas="*res://ui/autoload/ThemeAtlas.tscn"
|
|
WorldNumbers="*res://ui/world_numbers_2d/WorldNumbers.tscn"
|
|
CursorManager="*res://cursors/autoload/CursorManager.tscn"
|
|
Settings="*res://ui/autoload/SettingsManager.tscn"
|
|
Logger="*res://autoload/Logger.tscn"
|
|
DataManager="*res://scripts/game_modules/DataManager.tscn"
|
|
EntitySpawner="*res://player/bs_entity_spawner.tscn"
|
|
|
|
[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
|
|
window/size/viewport_scale=100
|
|
window/size/ui_scale=1.2
|
|
window/size/ui_scale_touch=1.0
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PoolStringArray( "res://addons/Godoxel/plugin.cfg" )
|
|
|
|
[ess]
|
|
|
|
data/ess_resource_db_path="res://data/resource_db.tres"
|
|
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"
|
|
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" )
|
|
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" )
|
|
xp/class_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 )
|
|
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 )
|
|
profiles/automatic_save=true
|
|
data/ess_entity_spawner_path="res://player/bs_entity_spawner.tres"
|
|
level/max_character_level=60
|
|
level/max_class_level=60
|
|
|
|
[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
|
|
}
|
|
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
|
|
}
|
|
|
|
[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,"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":16777222,"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":32,"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)
|
|
]
|
|
}
|
|
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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
|
|
[layer_names]
|
|
|
|
3d_physics/layer_1="World"
|
|
3d_physics/layer_2="Entities"
|
|
|
|
[memory]
|
|
|
|
limits/message_queue/max_size_kb=2048
|
|
|
|
[physics]
|
|
|
|
2d/default_gravity=0
|
|
|
|
[rendering]
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
quality/driver/fallback_to_gles2=true
|
|
quality/intended_usage/framebuffer_allocation=0
|
|
quality/intended_usage/framebuffer_allocation.mobile=0
|
|
vram_compression/import_etc=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/reflections/texture_array_reflections=false
|
|
quality/reflections/high_quality_ggx=false
|
|
quality/shading/force_vertex_shading=true
|
|
quality/depth_prepass/enable=false
|
|
quality/filters/anisotropic_filter_level=1
|
|
quality/reflections/atlas_size=0
|
|
quality/depth/hdr=false
|
|
quality/2d/use_batching=true
|
|
quality/shadows/enabled=false
|