38 lines
732 B
Text
38 lines
732 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=4
|
|
|
|
_global_script_classes=[ {
|
|
"base": "KinematicBody2D",
|
|
"class": "Player",
|
|
"language": "GDScript",
|
|
"path": "res://Player.gd"
|
|
} ]
|
|
_global_script_class_icons={
|
|
"Player": ""
|
|
}
|
|
|
|
[application]
|
|
|
|
config/name="CabinFever"
|
|
run/main_scene="res://Game.tscn"
|
|
config/icon="res://icon.png"
|
|
|
|
[display]
|
|
|
|
window/size/resizable=false
|
|
|
|
[physics]
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
[rendering]
|
|
|
|
2d/snapping/use_gpu_pixel_snap=true
|
|
environment/default_environment="res://default_env.tres"
|