mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-04 07:42:51 +00:00
Add kart game
This commit is contained in:
@@ -12,7 +12,7 @@ config_version=5
|
||||
|
||||
config/name="MHJNR"
|
||||
run/main_scene="res://mhjnr/level.tscn"
|
||||
config/features=PackedStringArray("4.1", "GL Compatibility")
|
||||
config/features=PackedStringArray("4.0", "GL Compatibility")
|
||||
boot_splash/bg_color=Color(0, 0, 0, 0)
|
||||
boot_splash/image="res://icon.png"
|
||||
boot_splash/fullsize=false
|
||||
@@ -68,10 +68,16 @@ Brake={
|
||||
|
||||
[physics]
|
||||
|
||||
3d/run_on_separate_thread=true
|
||||
2d/default_gravity=2000.0
|
||||
|
||||
[rendering]
|
||||
|
||||
renderer/rendering_method.mobile="gl_compatibility"
|
||||
lights_and_shadows/directional_shadow/size=8192
|
||||
lights_and_shadows/directional_shadow/soft_shadow_filter_quality=4
|
||||
lights_and_shadows/positional_shadow/soft_shadow_filter_quality=4
|
||||
scaling_3d/mode=1
|
||||
environment/screen_space_reflection/roughness_quality=3
|
||||
global_illumination/sdfgi/probe_ray_count=4
|
||||
global_illumination/sdfgi/frames_to_update_lights=3
|
||||
anti_aliasing/quality/use_taa=true
|
||||
|
||||
Reference in New Issue
Block a user