new board assets

changed some tuning also
This commit is contained in:
Blake Lee Andrews 2023-07-26 19:15:04 -04:00
parent 28dcee741c
commit 97880534ae
10 changed files with 15 additions and 9 deletions

6
NS.py
View File

@ -605,9 +605,9 @@ class LevelSelect(Animation):
self.previews = []
font = pygame.font.Font(self.get_resource(Dialogue.FONT_PATH), 18)
padding = 4
for level_index, text in enumerate(("NORMAL", "ADVANCED", "EXPERT")):
for level_index, text in enumerate(("1 KOOL", "2 ALIEN", "3 GOTH")):
self.previews.append(Sprite(self, 100))
text = font.render(text, True, (255, 255, 255))
text = font.render(text, True, (0, 0, 0))
text = pygame.transform.rotate(text, 90)
text_rect = text.get_rect()
text_rect.midleft = preview_rect.midleft
@ -623,7 +623,7 @@ class LevelSelect(Animation):
for hue in range(0, 360, 8):
frame = pygame.Surface(preview_rect.size)
color = Color(0, 0, 0)
color.hsla = hue, 100, 50, 100
color.hsla = hue, 100, 75, 100
frame.fill(color)
frame.blit(text, text_rect)
frame.blit(environment, environment_rect)

12
config
View File

@ -81,8 +81,8 @@ attract-gif-length = 10000
attract-board-length = 3600
attract-reset-countdown = 30000
level-select-reset-countdown = 30000
level-select-press-length = 2000
ending-timeout = 22000
level-select-press-length = 1500
ending-timeout = 7500
lizard-hurt-length = 2000
[bgm]
@ -93,8 +93,8 @@ level_2 = bgm/level_2.ogg, .65
end = bgm/end.ogg, .65
[pads]
nw_color = #E4B80C
ne_color = #FF88FF
se_color = #2222FF
sw_color = #FF2222
ne_color = #E4B80C
nw_color = #FF88FF
sw_color = #2222FF
se_color = #FF2222
center_y = 376

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,5 +1,11 @@
37350 0
38817 0
38871 0
46294 0
57502 0
69216 0
51304 1
74924 1
77265 1
81115 1
69434 2