minor bug fixes

This commit is contained in:
Anthony Samms
2025-10-29 22:05:22 -04:00
parent 9cc02741bc
commit e009c4be88
2 changed files with 1 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ class Transition:
texture = self.subtitle.texture
x = 1280//2 - texture.width//2
self.subtitle.draw(outline_color=ray.BLACK, x=x, y=y + 30, color=color_1)
self.subtitle.draw(outline_color=ray.BLACK, x=x, y=y + 50, color=color_1)
def draw(self):
"""Draw the transition effect."""