43 lines
936 B
Plaintext
43 lines
936 B
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": "Node2D",
|
||
|
"class": "Unit",
|
||
|
"language": "GDScript",
|
||
|
"path": "res://src/classes/Unit.gd"
|
||
|
} ]
|
||
|
_global_script_class_icons={
|
||
|
"Unit": ""
|
||
|
}
|
||
|
|
||
|
[application]
|
||
|
|
||
|
config/name="Pokemon TRPG"
|
||
|
run/main_scene="res://src/scenes/battles/TestingBattle.tscn"
|
||
|
config/icon="res://icon.png"
|
||
|
|
||
|
[display]
|
||
|
|
||
|
window/size/width=480
|
||
|
window/size/height=270
|
||
|
window/size/test_width=1366
|
||
|
window/size/test_height=768
|
||
|
window/dpi/allow_hidpi=true
|
||
|
window/stretch/mode="viewport"
|
||
|
window/stretch/aspect="keep"
|
||
|
|
||
|
[rendering]
|
||
|
|
||
|
2d/snapping/use_gpu_pixel_snap=true
|
||
|
batching/precision/uv_contract=true
|
||
|
environment/default_environment="res://default_env.tres"
|
||
|
quality/2d/use_pixel_snap=true
|