diff --git a/dist/commands.json b/dist/commands.json deleted file mode 100644 index e70baf4..0000000 --- a/dist/commands.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "lowGravity": ["sv_gravity 300","Low Gravity"], - "highGravity": ["sv_gravity 2000","High Gravity"], - "inverted": ["m_invert_pitch 1","Inverted Camera"], - "lowFOV": ["cl_fovScale 1", "Change FOV"], - "difficultyRegular": ["sp_difficulty 1", "Regular Difficulty"], - "difficultyHard": ["sp_difficulty 2", "Hard Difficulty"], - "difficultyMaster": ["sp_difficulty 3", "Master Difficulty"], - "lastCheckpoint": ["load savegame", "Load Last Checkpoint"], - "slowmoSpeed": ["host_timescale 0.5", "Slowmo"], - "doubleSpeed": ["host_timescale 2", "Fast Forward"], - "turboSpeed": ["host_timescale 5", "Turbo Speed"], - "thirdPerson": ["thirdperson; thirdperson_mayamode 1; thirdperson_screenspace 1", "Third Person Camera"], - "wallrunningOff": ["wallrun_enable 0","Disable Wallrunning"], - "reset": "firstperson;thirdperson_mayamode 0;thirdperson_screenspace 0;host_timescale 1;sp_difficulty 0;m_invert_pitch 0;sv_gravity 750;cl_fovScale 1.42003;wallrun_enable 1;" -} diff --git a/dist/config.json b/dist/config.json deleted file mode 100644 index 913a227..0000000 --- a/dist/config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "votingTime": "30", - "playTime": "60", - "enableItems": true, - "bitItemsAmount": 10, - "freeBitItemsInterval": "120s" -} diff --git a/dist/graphics/index.html b/dist/graphics/index.html deleted file mode 100644 index 555b8e2..0000000 --- a/dist/graphics/index.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - Voting Graphs - - - - - -
-
-
-
loading...
-
0
-
-
-
loading...
-
0
-
-
-
loading...
-
0
-
-
-
Winner
-
loading...
-
-
-
-
-
-
- - diff --git a/dist/patch/TTF2SDK.dll b/dist/patch/TTF2SDK.dll deleted file mode 100644 index f4fa6d4..0000000 Binary files a/dist/patch/TTF2SDK.dll and /dev/null differ diff --git a/dist/twitch-login.example.json b/dist/twitch-login.example.json deleted file mode 100644 index 452cc94..0000000 --- a/dist/twitch-login.example.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "username": "YOUR USERNAME", - "oauth": "YOUR OATH KEY", - "channels": "YOUR CHANNEL NAME" -}