My work until I got extremly annoyed.

Next work on the Script Creator maybe tomorrow or so.
This commit is contained in:
VoltZ
2019-11-16 01:39:20 +01:00
parent bd25846c4d
commit ddda8464f8
7 changed files with 241 additions and 34 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
namespace Config {
// [UI]
extern int lang; // The current Language.
extern int Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode;
extern int Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode, ColorKeys;
extern std::string ScriptPath;
void load();
+1
View File
@@ -44,6 +44,7 @@ public:
std::string character;
int x;
int y;
int w;
};
private:
};