generated from mstar/godot-template
32 lines
861 B
Text
32 lines
861 B
Text
; 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=5
|
|
|
|
[application]
|
|
|
|
config/name="Pokemon Base"
|
|
run/main_scene="res://map.tscn"
|
|
config/features=PackedStringArray("4.3", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
Loggie="*res://addons/loggie/loggie.gd"
|
|
|
|
[display]
|
|
|
|
window/per_pixel_transparency/allowed=true
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/Asset_Drawer/plugin.cfg", "res://addons/gd-blender-3d-shortcuts/plugin.cfg", "res://addons/gd-plug-ui/plugin.cfg", "res://addons/imjp94.yafsm/plugin.cfg", "res://addons/loggie/plugin.cfg", "res://addons/ui_design_tool/plugin.cfg")
|
|
|
|
[layer_names]
|
|
|
|
2d_physics/layer_1="World"
|