-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathproject.godot
More file actions
44 lines (31 loc) 路 1.47 KB
/
Copy pathproject.godot
File metadata and controls
44 lines (31 loc) 路 1.47 KB
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
38
39
40
41
42
43
44
; 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="Loggie"
config/name_localized={
"en": "Loggie"
}
config/description="Loggie is a basic logging utility for those who could use a couple of improvements and more control over how console and logfile output is styled and handled. It makes it a breeze to compose and print messages with all the extra data you need to have helpful logs.
Loggie takes care that your logs always look clean in release builds, while allowing you to use extra styling for console targeted output. ANSI-compatible, and friendly both for solo developers and developers in a team (externally loaded settings for each developer).
If you need something simple but effective, Loggie is your guy."
config/version="3.0"
run/main_scene="res://test/test.tscn"
config/features=PackedStringArray("4.5", "Forward Plus")
config/icon="res://addons/loggie/assets/icon.png"
[autoload]
LoggieAutoloadedTalker="*res://test/testing_props/talkers/LoggieAutoloadedTalker.gd"
Loggie="*res://addons/loggie/loggie.gd"
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
[editor_plugins]
enabled=PackedStringArray("res://addons/loggie/plugin.cfg")
[loggie]
general/show_system_specs=false
general/remove_settings_if_plugin_disabled=false