-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.godot
More file actions
37 lines (26 loc) · 824 Bytes
/
project.godot
File metadata and controls
37 lines (26 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
; 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=5
[application]
config/name="LLM Local or Remote API GPT Chat Access"
config/description="https://github.com/g023/Godot-LLM-API-AI-Chat
"
config/version="0.2.0"
run/main_scene="res://api_demo.tscn"
config/features=PackedStringArray("4.2", "Mobile")
config/icon="res://logo.svg"
[audio]
general/text_to_speech=true
[display]
window/size/viewport_height=1000
[gui]
theme/custom="res://main_theme.tres"
[rendering]
renderer/rendering_method="mobile"
driver/threads/thread_model=2
environment/defaults/default_clear_color=Color(0.145098, 0.145098, 0.145098, 1)