Fix v11/v12
This commit is contained in:
12
modules/hawkmoon-config.js
Normal file
12
modules/hawkmoon-config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export const HAWKMOON_CONFIG = {
|
||||
|
||||
optionsDifficulte: [
|
||||
{ key: "0", label: "Aucune/Inconnue" },
|
||||
{ key: "5", label: "Facile (5)" },
|
||||
{ key: "10", label: "Moyenne (10)" },
|
||||
{ key: "15", label: "Ardue (15)" },
|
||||
{ key: "20", label: "Hasardeuse (20)" },
|
||||
{ key: "25", label: "Insensée (25)" },
|
||||
{ key: "30", label: "Pure Folie (30)" }
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user