Parcourir la source

Disable sampling

Reduce post FX features, but reduce resource consumption.
DricomDragon il y a 4 ans
Parent
commit
bb54f692e7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 )