diff --git a/scripts/result.lua b/scripts/result.lua index 0083ed7..cce7308 100644 --- a/scripts/result.lua +++ b/scripts/result.lua @@ -42,7 +42,7 @@ local gaugeTypeBadgeImages = { gfx.CreateSkinImage("result/gauge_type_badges/effective.png", 0), gfx.CreateSkinImage("result/gauge_type_badges/excessive.png", 0), gfx.CreateSkinImage("result/gauge_type_badges/permissive.png", 0), - gfx.CreateSkinImage("result/gauge_type_badges/effective.png", 0), -- TODO: add blastive + gfx.CreateSkinImage("result/gauge_type_badges/blastive.png", 0), -- TODO: add blastive gfx.CreateSkinImage("result/gauge_type_badges/effective.png", 0), -- placeholders in case other types get added gfx.CreateSkinImage("result/gauge_type_badges/effective.png", 0) }