Merge pull request #586 from Calinou/improve-demo-configuration

Improve several demos' configuration
This commit is contained in:
Aaron Franke
2021-03-02 18:25:05 -05:00
committed by GitHub
48 changed files with 71 additions and 47 deletions

View File

@@ -84,5 +84,8 @@ shadow_filter=3
[rendering] [rendering]
quality/filters/anisotropic_filter_level=16
quality/filters/msaa=2 quality/filters/msaa=2
environment/default_environment="res://default_env.tres" environment/default_environment="res://default_env.tres"
quality/filters/msaa.mobile=0
quality/filters/anisotropic_filter_level.mobile=4

View File

@@ -24,7 +24,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -24,7 +24,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -39,5 +39,9 @@ multithread/thread_rid_pool_prealloc=60
[rendering] [rendering]
quality/intended_usage/framebuffer_allocation=3
vram_compression/import_etc2=false vram_compression/import_etc2=false
quality/filters/anisotropic_filter_level=16
quality/filters/msaa=2 quality/filters/msaa=2
quality/filters/msaa.mobile=0
quality/filters/anisotropic_filter_level.mobile=4

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=1
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=1
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=1
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -22,7 +22,7 @@ compress/normal_map=0
flags/repeat=0 flags/repeat=0
flags/filter=true flags/filter=true
flags/mipmaps=false flags/mipmaps=false
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=1
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=1
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=1
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -23,7 +23,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -22,7 +22,7 @@ compress/normal_map=1
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -30,4 +30,6 @@ singletons=[ ]
[rendering] [rendering]
quality/driver/driver_name="GLES2" quality/driver/driver_name="GLES2"
quality/intended_usage/framebuffer_allocation=3
quality/shadows/filter_mode=2
quality/filters/msaa=2 quality/filters/msaa=2

View File

@@ -146,5 +146,8 @@ multithread/thread_rid_pool_prealloc=60
[rendering] [rendering]
quality/intended_usage/framebuffer_allocation=3 quality/intended_usage/framebuffer_allocation=3
quality/filters/anisotropic_filter_level=16
quality/filters/msaa=2 quality/filters/msaa=2
environment/default_environment="res://default_env.tres" environment/default_environment="res://default_env.tres"
quality/filters/anisotropic_filter_level.mobile=4
quality/filters/msaa.mobile=0

View File

@@ -22,7 +22,7 @@ compress/normal_map=0
flags/repeat=1 flags/repeat=1
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=false process/fix_alpha_border=false
process/premult_alpha=true process/premult_alpha=true

View File

@@ -22,7 +22,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=true process/premult_alpha=true

View File

@@ -24,7 +24,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -24,7 +24,7 @@ compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=true flags/filter=true
flags/mipmaps=true flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=1 flags/srgb=1
process/fix_alpha_border=true process/fix_alpha_border=true
process/premult_alpha=false process/premult_alpha=false

View File

@@ -77,5 +77,9 @@ shadow_filter=3
[rendering] [rendering]
quality/driver/driver_name="GLES2" quality/driver/driver_name="GLES2"
quality/intended_usage/framebuffer_allocation=3
quality/shadows/filter_mode=2
quality/filters/anisotropic_filter_level=16
quality/filters/msaa=2 quality/filters/msaa=2
environment/default_environment="res://default_env.tres" environment/default_environment="res://default_env.tres"
quality/filters/anisotropic_filter_level.mobile=4

View File

@@ -160,6 +160,8 @@ common/physics_fps=120
quality/driver/driver_name="GLES2" quality/driver/driver_name="GLES2"
vram_compression/import_etc=true vram_compression/import_etc=true
vram_compression/import_etc2=false vram_compression/import_etc2=false
quality/filters/anisotropic_filter_level=16
quality/filters/msaa=2 quality/filters/msaa=2
environment/default_environment="res://default_env.tres" environment/default_environment="res://default_env.tres"
gles2/debug/disable_half_float=true gles2/debug/disable_half_float=true
quality/filters/anisotropic_filter_level.mobile=4

View File

@@ -2,31 +2,29 @@
importer="texture" importer="texture"
type="StreamTexture" type="StreamTexture"
path.s3tc="res://.import/texture_sheet.png-52286655fc64f0acb01bdaefe1f1bd3e.s3tc.stex" path="res://.import/texture_sheet.png-52286655fc64f0acb01bdaefe1f1bd3e.stex"
path.etc="res://.import/texture_sheet.png-52286655fc64f0acb01bdaefe1f1bd3e.etc.stex"
metadata={ metadata={
"imported_formats": [ "s3tc", "etc" ], "vram_texture": false
"vram_texture": true
} }
[deps] [deps]
source_file="res://world/textures/texture_sheet.png" source_file="res://world/textures/texture_sheet.png"
dest_files=[ "res://.import/texture_sheet.png-52286655fc64f0acb01bdaefe1f1bd3e.s3tc.stex", "res://.import/texture_sheet.png-52286655fc64f0acb01bdaefe1f1bd3e.etc.stex" ] dest_files=[ "res://.import/texture_sheet.png-52286655fc64f0acb01bdaefe1f1bd3e.stex" ]
[params] [params]
compress/mode=2 compress/mode=0
compress/lossy_quality=1.0 compress/lossy_quality=1.0
compress/hdr_mode=0 compress/hdr_mode=0
compress/bptc_ldr=0 compress/bptc_ldr=0
compress/normal_map=0 compress/normal_map=0
flags/repeat=true flags/repeat=true
flags/filter=false flags/filter=false
flags/mipmaps=false flags/mipmaps=true
flags/anisotropic=false flags/anisotropic=true
flags/srgb=2 flags/srgb=2
process/fix_alpha_border=true process/fix_alpha_border=false
process/premult_alpha=false process/premult_alpha=false
process/HDR_as_SRGB=false process/HDR_as_SRGB=false
process/invert_color=false process/invert_color=false

View File

@@ -19,7 +19,7 @@ modules="org/godotengine/godot/GodotPaymentV3"
[application] [application]
config/name="Android in-app purchases" config/name="Android In-App Purchases"
run/main_scene="res://main.tscn" run/main_scene="res://main.tscn"
config/icon="res://icon.png" config/icon="res://icon.png"

View File

@@ -26,5 +26,7 @@ singletons=[ ]
[rendering] [rendering]
quality/driver/driver_name="GLES2" quality/driver/driver_name="GLES2"
quality/intended_usage/framebuffer_allocation=0
quality/intended_usage/framebuffer_allocation.mobile=0
environment/default_clear_color=Color( 0.113725, 0.133333, 0.196078, 1 ) environment/default_clear_color=Color( 0.113725, 0.133333, 0.196078, 1 )
environment/default_environment="res://default_env.tres" environment/default_environment="res://default_env.tres"

View File

@@ -89,5 +89,7 @@ move_right_player2={
[rendering] [rendering]
quality/driver/driver_name="GLES2" quality/driver/driver_name="GLES2"
quality/intended_usage/framebuffer_allocation=3
quality/shadows/filter_mode=2
environment/default_clear_color=Color( 1, 1, 1, 1 ) environment/default_clear_color=Color( 1, 1, 1, 1 )
environment/default_environment="res://default_env.tres" environment/default_environment="res://default_env.tres"

View File

@@ -189,6 +189,8 @@ __meta__ = {
[node name="Viewport1" type="Viewport" parent="Cameras"] [node name="Viewport1" type="Viewport" parent="Cameras"]
size = Vector2( 100, 100 ) size = Vector2( 100, 100 )
msaa = 2
usage = 3
render_target_v_flip = true render_target_v_flip = true
render_target_update_mode = 3 render_target_update_mode = 3
@@ -198,6 +200,8 @@ current = true
[node name="Viewport2" type="Viewport" parent="Cameras"] [node name="Viewport2" type="Viewport" parent="Cameras"]
size = Vector2( 100, 100 ) size = Vector2( 100, 100 )
msaa = 2
usage = 3
render_target_v_flip = true render_target_v_flip = true
render_target_update_mode = 3 render_target_update_mode = 3