claude godot 4 port
This commit is contained in:
+13
-63
@@ -6,64 +6,19 @@
|
||||
; [section] ; section goes between []
|
||||
; param=value ; assign values to parameters
|
||||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ {
|
||||
"base": "Resource",
|
||||
"class": "Alarm",
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/alarm_resource.gd"
|
||||
}, {
|
||||
"base": "AudioStreamPlayer",
|
||||
"class": "AudioArrayPlayer",
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/AudioArrayPlayer.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "Constants",
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/constants.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "Flags",
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/flags.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "Moment",
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/moment_resource.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "WeatherAPI",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/WeatherAPI/objects.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "WeatherAPINode",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/WeatherAPI/node.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"Alarm": "",
|
||||
"AudioArrayPlayer": "",
|
||||
"Constants": "",
|
||||
"Flags": "",
|
||||
"Moment": "",
|
||||
"WeatherAPI": "",
|
||||
"WeatherAPINode": ""
|
||||
}
|
||||
config_version=5
|
||||
|
||||
[application]
|
||||
|
||||
config/name="uniqlone"
|
||||
run/main_scene="res://scenes/main/main.tscn"
|
||||
run/low_processor_mode=true
|
||||
boot_splash/image="res://icon.png"
|
||||
boot_splash/bg_color=Color( 0.4, 0.6, 1, 1 )
|
||||
config/icon="res://icon.png"
|
||||
config/auto_accept_quit=false
|
||||
config/quit_on_go_back=false
|
||||
config/features=PackedStringArray("4.6")
|
||||
run/low_processor_mode=true
|
||||
boot_splash/bg_color=Color(0.4, 0.6, 1, 1)
|
||||
boot_splash/image="res://icon.png"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[autoload]
|
||||
|
||||
@@ -71,26 +26,21 @@ Config="*res://scripts/config.gd"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/width=350
|
||||
window/size/height=650
|
||||
window/handheld/orientation="portrait"
|
||||
window/size/viewport_width=350
|
||||
window/size/viewport_height=650
|
||||
window/handheld/orientation=1
|
||||
window/ios/hide_home_indicator=false
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "res://addons/BetterTabContainer/plugin.cfg", "res://addons/WeatherAPI/plugin.cfg" )
|
||||
enabled=PackedStringArray("res://addons/BetterTabContainer/plugin.cfg", "res://addons/WeatherAPI/plugin.cfg")
|
||||
|
||||
[gui]
|
||||
|
||||
common/drop_mouse_on_gui_input_disabled=true
|
||||
|
||||
[physics]
|
||||
|
||||
common/enable_pause_aware_picking=true
|
||||
|
||||
[rendering]
|
||||
|
||||
quality/driver/driver_name="GLES2"
|
||||
vram_compression/import_etc=true
|
||||
vram_compression/import_etc2=false
|
||||
environment/default_environment="res://default_env.tres"
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
renderer/rendering_method.mobile="gl_compatibility"
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
|
||||
Reference in New Issue
Block a user