diff --git a/NS.py b/NS.py index 4ecdb3f..5cdded7 100644 --- a/NS.py +++ b/NS.py @@ -2804,7 +2804,7 @@ class Sword(Animation): self.spinning_swords.append([[], [], [], [], [], []]) base_image_paths = sorted(iglob(join(self.get_resource(root), "*.png"))) # If fast load is requested, use a single frame - if not self.get_configuration("system", "minimize-load-time"): + if self.get_configuration("system", "minimize-load-time"): base_image_paths = [base_image_paths[0]] # Create a square surface that can be used to blit the rotated sword centered so each frame is the same size size = max(*load(self.get_resource(base_image_paths[0])).get_size()) diff --git a/config b/config index af123ce..146c9ad 100644 --- a/config +++ b/config @@ -26,7 +26,7 @@ show-framerate = no dimensions = 800, 450 fullscreen = no attract-gif-alpha = 0.95 -effects = True +effects = False [system] # will force set display->effects to off diff --git a/resource/scores b/resource/scores index 2e76aaa..2cdf428 100644 --- a/resource/scores +++ b/resource/scores @@ -1,3 +1,5 @@ 42263 0 53560 0 +54265 0 +64714 2 72005 2