Skip to content

Commit 70bfc46

Browse files
committed
guitar update
1 parent 858e712 commit 70bfc46

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

List Builder/vmc_groups.list

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,3 +1077,9 @@ XEBP_100.71
10771077
SLPM_625.25
10781078
SLKA_150.45
10791079
SLPM_626.38
1080+
XEBP_100.72
1081+
SCPS-150.25
1082+
SCPS-192.06
1083+
SCPS-193.08
1084+
SCPS-550.35
1085+
PAPX-903.30

XEBPLUS/APPS/neutrinoLauncher/neutrinoLang.lua

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,13 @@ NEUTRINO_MemGroups = {
13771377
"XEBP_100.71",
13781378
"SLPM_625.25",
13791379
"SLKA_150.45",
1380-
"SLPM_626.38"
1380+
"SLPM_626.38",
1381+
"XEBP_100.72",
1382+
"SCPS-150.25",
1383+
"SCPS-192.06",
1384+
"SCPS-193.08",
1385+
"SCPS-550.35",
1386+
"PAPX-903.30"
13811387
};
13821388

13831389
Font.ftInit()

XEBPLUS/APPS/neutrinoLauncher/neutrinoLauncher.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,8 @@ function NEUTRINO_DrawCacheStatus(Index)
501501
thmDrawBKGOL()
502502
DrawSubMenu(actualCat,actualOption,false)
503503
Font.ftPrint(fontBig, 420, plusYValue+256, 11, 512, 64, neuLang[3]..NEUTRINO_CachedCount..neuLang[4].."\n"..math.floor(((Index-1+DrawCount)*100)/NEUTRINO_GamesTotal)..neuLang[60], Color.new(255,255,255,128))
504+
Graphics.drawRect(360, plusYValue+320, 600, 5, Color.new(255,255,255,24))
505+
Graphics.drawRect(360, plusYValue+320, ((Index-1+DrawCount)*600)/NEUTRINO_GamesTotal, 5, Color.new(255,255,255,128))
504506
Screen.waitVblankStart()
505507
Screen.flip()
506508
DrawCount = DrawCount + 0.125
@@ -1800,7 +1802,7 @@ while XEBKeepInSubMenu do
18001802
NEUTRINO_ItemPosition=NEUTRINO_ItemPosition+1
18011803
end
18021804
spinDisc()
1803-
1805+
thmDrawBKGOL()
18041806
Graphics.drawRect(352, 240, 704, 480, Color.new(0,0,0,NEUTRINO_WaveByeBye*10))
18051807
NEUTRINO_DrawItem(NEUTRINO_CurrentList[NEUTRINO_SelectedItem], 152, 206, false)
18061808
Screen.waitVblankStart()

0 commit comments

Comments
 (0)