taqin/project.godot

50 lines
1 KiB
Plaintext
Raw Normal View History

2019-11-20 13:54:16 +01:00
; 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
2024-09-02 13:13:14 +02:00
config_version=5
2019-11-20 13:54:16 +01:00
[application]
2019-11-21 00:25:53 +01:00
config/name="Taqin"
2019-11-20 13:54:16 +01:00
run/main_scene="res://src/Main.tscn"
2024-09-02 13:13:14 +02:00
config/features=PackedStringArray("4.3")
2020-06-12 19:00:37 +02:00
config/icon="res://assets/logo/logo_512.png"
2019-11-20 13:54:16 +01:00
2020-05-28 19:03:23 +02:00
[autoload]
Styles="*res://src/Styles.gd"
2019-11-20 13:54:16 +01:00
[display]
window/size/resizable=false
2024-09-02 13:13:14 +02:00
window/size/window_width_override=600
window/size/window_height_override=1200
2020-06-03 19:15:38 +02:00
window/energy_saving/keep_screen_on=false
2020-05-28 19:03:23 +02:00
window/handheld/orientation="portrait"
2024-09-02 13:13:14 +02:00
window/size/viewport_width.mobile=600
window/size/viewport_height.mobile=1200
2020-01-03 14:22:50 +01:00
window/stretch/aspect.mobile="expand"
2020-06-16 19:28:50 +02:00
window/stretch/mode.mobile="2d"
2019-11-20 13:54:16 +01:00
2020-05-28 19:03:23 +02:00
[filesystem]
import/open_asset_import/use_fbx=false
[gui]
theme/custom="res://assets/taqin_theme.tres"
2024-09-02 13:13:14 +02:00
theme/use_hidpi=true
2020-05-28 19:03:23 +02:00
2020-02-09 17:01:32 +01:00
[input_devices]
pointing/emulate_touch_from_mouse=true
2019-11-20 13:54:16 +01:00
[rendering]
2024-09-02 13:13:14 +02:00
environment/defaults/default_environment="res://default_env.tres"