1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/small-sandbox-Godot_useful_codes

Клонировать/Скачать
project.godot 5.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
2439905184 Отправлено 22.07.2021 05:07 8822ccd
; 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": "AnimManager",
"language": "GDScript",
"path": "res://live2d/class/AnimManager.gd"
}, {
"base": "ColorRect",
"class": "ColorTile",
"language": "GDScript",
"path": "res://addons/color-palette/ColorTile.gd"
}, {
"base": "Area2D",
"class": "Drag",
"language": "GDScript",
"path": "res://live2d/class/drag.gd"
}, {
"base": "Container",
"class": "FlexGridContainer",
"language": "GDScript",
"path": "res://addons/color-palette/utilities/FlexGridContainer.gd"
}, {
"base": "Reference",
"class": "LiveEditorData",
"language": "GDScript",
"path": "res://live2d/class/editor_data/EditorData.gd"
}, {
"base": "Reference",
"class": "OpenLive_editMode",
"language": "GDScript",
"path": "res://live2d/class/editor_data/LiveEditMode.gd"
}, {
"base": "Reference",
"class": "Palette",
"language": "GDScript",
"path": "res://addons/color-palette/Palette.gd"
}, {
"base": "Reference",
"class": "PaletteImporter",
"language": "GDScript",
"path": "res://addons/color-palette/PaletteImporter.gd"
}, {
"base": "Reference",
"class": "dragState",
"language": "GDScript",
"path": "res://live2d/class/dragState.gd"
}, {
"base": "HBoxContainer",
"class": "editorTrackBox",
"language": "GDScript",
"path": "res://live2d/class/editor/AnimationTrackEditor.gd"
}, {
"base": "Reference",
"class": "file_dialog",
"language": "GDScript",
"path": "res://live2d/class/FileDialog.gd"
}, {
"base": "Reference",
"class": "mesh_point",
"language": "GDScript",
"path": "res://live2d/class/meshPoint.gd"
} ]
_global_script_class_icons={
"AnimManager": "",
"ColorTile": "",
"Drag": "",
"FlexGridContainer": "res://addons/color-palette/utilities/FlexGridContainerIcon.png",
"LiveEditorData": "",
"OpenLive_editMode": "",
"Palette": "",
"PaletteImporter": "",
"dragState": "",
"editorTrackBox": "",
"file_dialog": "",
"mesh_point": ""
}
[application]
config/name="OpenLive2d editor"
run/main_scene="res://live2d/scene/Live2dEditor.tscn"
boot_splash/image="res://live2d/live2d.png"
config/icon="res://live2d/img/openlive2d.png"
[autoload]
Global="*res://live2d/Global.gd"
ResourceManager="*res://live2d/class/editor/ResourceManager.gd"
AnimData="*res://live2d/class/editor_data/AnimData.gd"
AnimFrameWindow="*res://live2d/class/editor/AnimFrameWindow.gd"
ObjectWindow="*res://live2d/class/editor/ObjectWindow.gd"
[display]
window/stretch/mode="2d"
window/stretch/aspect="keep"
[editor_plugins]
enabled=PoolStringArray( "res://addons/color-palette/plugin.cfg" )
[input]
w={
"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)
]
}
a={
"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)
]
}
d={
"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)
]
}
s={
"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)
]
}
rotate={
"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)
]
}
move={
"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)
]
}
select={
"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)
]
}
editMesh={
"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":77,"unicode":0,"echo":false,"script":null)
]
}
addPoint={
"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)
]
}
resizeCam={
"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":16777348,"unicode":0,"echo":false,"script":null)
]
}
rect_select={
"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":66,"unicode":0,"echo":false,"script":null)
]
}
[physics]
common/enable_pause_aware_picking=true
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/small-sandbox-Godot_useful_codes.git
git@api.gitlife.ru:oschina-mirror/small-sandbox-Godot_useful_codes.git
oschina-mirror
small-sandbox-Godot_useful_codes
small-sandbox-Godot_useful_codes
master