bricasse/project.godot

42 lines
917 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
[application]
config/name="Bricassé"
config/description="Help Chacha the cat to brick those blocks."
run/main_scene="res://main.tscn"
boot_splash/bg_color=Color( 0.12549, 0.145098, 0.192157, 1 )
config/icon="res://icon.png"
[display]
window/size/resizable=false
window/stretch/mode="2d"
window/stretch/aspect="keep"
[layer_names]
2d_physics/layer_1="paddle"
2d_physics/layer_2="ball"
2d_physics/layer_3="block"
2d_physics/layer_4="wall"
2d_physics/layer_5="powerups"
2d_physics/layer_6="floor"
[physics]
common/enable_pause_aware_picking=true
[rendering]
quality/driver/driver_name="GLES2"
environment/default_environment="res://default_env.tres"