skyscraperrising/project/project.godot
Anthony Foxclaw 8586220975 Basic office functionality
When an office is no longer vacant, rent timer will start and the player will be paid on and the timer will be restarted on timeout.
2020-04-12 16:47:07 -04:00

37 lines
796 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=[ ]
_global_script_class_icons={
}
[application]
config/name="Elecoms Tower"
run/main_scene="res://src/titlescreen.tscn"
config/icon="res://icon.png"
[autoload]
TowerData="*res://src/autoload/twrdata.gd"
[display]
window/stretch/mode="viewport"
window/stretch/aspect="keep"
[rendering]
quality/driver/driver_name="GLES2"
quality/2d/gles2_use_nvidia_rect_flicker_workaround=true
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"