mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
RobustToolbox projects should be named Robust.* This PR changes the RobustToolbox projects from SS14.* to Robust.* Updates SS14.* prefixes/namespaces to Robust.* Updates SpaceStation14.sln to RobustToolbox.sln Updates MSBUILD/SS14.* to MSBUILD/Robust.* Updates CSProject and MSBuild references for the above Updates git_helper.py Removes Runserver and Runclient as they are unusable
38 lines
815 B
Plaintext
38 lines
815 B
Plaintext
; 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=3
|
|
|
|
[application]
|
|
|
|
config/name="Robust.Client.Godot"
|
|
run/main_scene="res://MainScene.tscn"
|
|
config/use_custom_user_dir=true
|
|
boot_splash/image="res://Art/bootsplash.png"
|
|
boot_splash/fullsize=false
|
|
config/icon="res://logo.png"
|
|
|
|
[gdnative]
|
|
|
|
singletons=[ ]
|
|
|
|
[mono]
|
|
|
|
debugger_agent/wait_timeout=10000
|
|
|
|
[network]
|
|
|
|
limits/debugger_stdout/max_chars_per_second=8128
|
|
|
|
[rendering]
|
|
|
|
quality/intended_usage/framebuffer_allocation=0
|
|
quality/2d/use_pixel_snap=true
|
|
environment/default_clear_color=Color( 0, 0, 0, 1 )
|
|
environment/default_environment="res://default_env.tres"
|