Explorar el Código

Disable sampling

Reduce post FX features, but reduce resource consumption.
DricomDragon hace 5 años
padre
commit
bb54f692e7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      project.godot

+ 2 - 2
project.godot

@@ -129,7 +129,7 @@ p7_right={
 
 [rendering]
 
-quality/intended_usage/framebuffer_allocation=0
-quality/intended_usage/framebuffer_allocation.mobile=0
+quality/intended_usage/framebuffer_allocation=1
+quality/intended_usage/framebuffer_allocation.mobile=1
 quality/2d/use_pixel_snap=true
 environment/default_clear_color=Color( 0.152941, 0, 0.12549, 1 )