From e00740887bbf0a86dcbd848e5fdf5e61a05eddbd Mon Sep 17 00:00:00 2001 From: Vaclav Siml Date: Sat, 25 Feb 2023 13:07:15 +0100 Subject: [PATCH] Added configurable imgs --- ui/Vars.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui/Vars.js b/ui/Vars.js index 4392524..fa283d3 100644 --- a/ui/Vars.js +++ b/ui/Vars.js @@ -26,6 +26,14 @@ var KeyStart = "KeyE" var ExitKey1 = "G" // Only add uppercase name of the key without "Key" part example: "KeyA" becomes "A" var ExitKey2 = "H" // Only add uppercase name of the key without "Key" part example: "KeyA" becomes "A" +//Game Icons +var ImgPath1 = "JPGS/sound-voltex-iii-gravity-wars-1.png" +var ImgPath2 = "JPGS/maxresdefault3.jpg" +var ImgPath3 = "JPGS/SDVX5scaled.jpg" +var ImgPath4 = "JPGS/exceed gear.jpg" +var ImgPath5 = "" +var ImgPath6 = "" + if(module) // kdyz to neimportujes pres require tak module bude undefined