fixed gogotime alpha

This commit is contained in:
Anthony Samms
2025-09-20 19:47:49 -04:00
parent b44cf625d3
commit 62dc3d57d7
3 changed files with 0 additions and 21 deletions

View File

@@ -197,9 +197,7 @@ class ResultScreen:
if self.state == State.FAIL:
tex.draw_texture('background', 'gradient_fail', fade=min(0.4, self.fade_in_bottom.attribute))
else:
ray.begin_blend_mode(ray.BlendMode.BLEND_ADDITIVE)
tex.draw_texture('background', 'gradient_clear', fade=min(0.4, self.fade_in_bottom.attribute))
ray.end_blend_mode()
self.bottom_characters.draw()
def draw_modifiers(self):