fix: project settings
parent
a9e50c8008
commit
dc7e4034df
|
@ -16,19 +16,21 @@ config/name_localized={
|
|||
}
|
||||
config/version="0.0.0.001"
|
||||
run/main_scene="res://data/scenes/server.tscn"
|
||||
config/use_custom_user_dir=true
|
||||
config/custom_user_dir_name="data"
|
||||
config/features=PackedStringArray("4.2", "GL Compatibility")
|
||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
||||
boot_splash/image="res://game-server.png"
|
||||
config/icon="res://game-server.png"
|
||||
config/windows_native_icon="res://game-server.ico"
|
||||
boot_splash/minimum_display_time=5
|
||||
|
||||
[autoload]
|
||||
|
||||
Server="*res://data/scripts/objects/Server/SERVER.gd"
|
||||
|
||||
[debug]
|
||||
|
||||
file_logging/enable_file_logging=true
|
||||
file_logging/log_path="user://logs/server.log"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=800
|
||||
|
@ -42,6 +44,10 @@ window/ios/hide_home_indicator=false
|
|||
window/ios/hide_status_bar=false
|
||||
window/ios/suppress_ui_gesture=false
|
||||
|
||||
[editor]
|
||||
|
||||
run/main_run_args="-log"
|
||||
|
||||
[gui]
|
||||
|
||||
theme/custom_font="res://data/styles/fonts/Roboto-Regular.ttf"
|
||||
|
|
Loading…
Reference in New Issue