From 9d93efba06946fbc032b0605199a391bdc65dc33 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Wed, 11 Aug 2021 19:57:16 +0200 Subject: [PATCH] + permissive gauge type badge to results --- scripts/result.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/result.lua b/scripts/result.lua index 72206ba..70536f6 100644 --- a/scripts/result.lua +++ b/scripts/result.lua @@ -38,9 +38,9 @@ local gradeImages = { 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/effective.png", 0), - gfx.CreateSkinImage("result/gauge_type_badges/effective.png", 0), - gfx.CreateSkinImage("result/gauge_type_badges/effective.png", 0), + gfx.CreateSkinImage("result/gauge_type_badges/permissive.png", 0), + gfx.CreateSkinImage("result/gauge_type_badges/effective.png", 0), -- TOD: 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), }