Ver código fonte

Disable sampling

Reduce post FX features, but reduce resource consumption.
DricomDragon 5 anos atrás
pai
commit
bb54f692e7
1 arquivos alterados com 2 adições e 2 exclusões
  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 )