mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 01:53:47 +00:00
Debug addon and removed old scaling
This commit is contained in:
parent
ed502eb061
commit
ca85765ca2
16 changed files with 1637 additions and 11 deletions
|
|
@ -8,21 +8,36 @@
|
|||
|
||||
config_version=5
|
||||
|
||||
[DebugGUI]
|
||||
|
||||
Settings/enableGraphs=true
|
||||
Settings/enableLogs=true
|
||||
Settings/backgroundColor=Color(0, 0, 0, 0.7)
|
||||
Settings/scrubberColor=Color(1, 1, 0, 0.7)
|
||||
Settings/graphWidth=300
|
||||
Settings/graphHeight=100
|
||||
Settings/temporaryLogLifetime=5.0
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Cirno"
|
||||
run/main_scene="res://Scenes/game.tscn"
|
||||
run/main_scene="res://Scenes/test.tscn"
|
||||
config/features=PackedStringArray("4.3", "C#", "GL Compatibility")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[autoload]
|
||||
|
||||
DebugStats="*res://Scenes/debug_stats.tscn"
|
||||
DebugStats="res://Scenes/debug_stats.tscn"
|
||||
DebugGUI="*res://addons/DebugGUI/DebugGUI.cs"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=1920
|
||||
window/size/viewport_height=1080
|
||||
window/size/viewport_width=320
|
||||
window/size/viewport_height=160
|
||||
window/size/window_width_override=1920
|
||||
window/size/window_height_override=1080
|
||||
window/stretch/mode="canvas_items"
|
||||
window/stretch/scale_mode="integer"
|
||||
|
||||
[dotnet]
|
||||
|
||||
|
|
@ -30,7 +45,7 @@ project/assembly_name="Cirno"
|
|||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/smoothing/plugin.cfg")
|
||||
enabled=PackedStringArray("res://addons/DebugGUI/plugin.cfg", "res://addons/smoothing/plugin.cfg")
|
||||
|
||||
[input]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue