Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Memelite70 authored Apr 30, 2024
1 parent e9b965a commit 9d5a89e
Show file tree
Hide file tree
Showing 100 changed files with 11,228 additions and 0 deletions.
3,619 changes: 3,619 additions & 0 deletions vex8/assets/atlases/gameplay.json

Large diffs are not rendered by default.

Binary file added vex8/assets/atlases/gameplay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
555 changes: 555 additions & 0 deletions vex8/assets/atlases/ui.json

Large diffs are not rendered by default.

Binary file added vex8/assets/atlases/ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 83 additions & 0 deletions vex8/assets/css/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
/*Stylesheet*/
body,html{
padding:0;
margin:0;
overflow:hidden;
background-color: #000000;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*with out this line ios safari in gd splash preloader has issue with dimmed box from splash preloader button */
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-user-select: none;
}

#orientation {
margin: 0 auto;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(../rotate.png);
background-repeat: no-repeat;
background-position: center;
background-color: rgb(0, 0, 0);
background-size:25%;
z-index: 999;
display: none;
}

#loader,
#loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
#loader {
margin: 60px auto;
font-size: 10px;
position: absolute;
z-index: 99;
left: 50%;
top: 50%;
margin-left: -5em;
margin-top: -5em;
text-indent: -9999em;
border-top: 1.1em solid rgba(255, 255, 255, 0.2);
border-right: 1.1em solid rgba(255, 255, 255, 0.2);
border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
border-left: 1.1em solid #ffffff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
#selectmode {
margin: 60px auto;
font-size: 10px;
position: absolute;
z-index: 100;
left: 50%;
top: 50%;
}

@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
1 change: 1 addition & 0 deletions vex8/assets/fonts/Font.fnt

Large diffs are not rendered by default.

Binary file added vex8/assets/fonts/Font.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vex8/assets/fonts/FontStroke.fnt

Large diffs are not rendered by default.

Binary file added vex8/assets/fonts/FontStroke.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vex8/assets/fonts/Font_ja.fnt

Large diffs are not rendered by default.

Binary file added vex8/assets/fonts/Font_ja.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vex8/assets/fonts/Font_jaStroke.fnt

Large diffs are not rendered by default.

Binary file added vex8/assets/fonts/Font_jaStroke.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/icon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/darkOverlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgBlue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgBlueArrow1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgBlueArrow2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgBlueArrow3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgOrange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgOrangeArrow1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgOrangeArrow2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgOrangeArrow3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgWhite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgWhiteArrow1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgWhiteArrow2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vex8/assets/images/panelBgWhiteArrow3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions vex8/assets/jsons/balance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"__comment_currency": "c = coins, b = blue cards, g = gold cards",
"__comment_daily_tasks": "1 = completeLevel, 2 = collectCoins, 3 = playChallenge, 4 = completeAny3Levels",
"dailyRewards": [["b", 10], ["c", 10], ["c", 8],["b", 2]],
"currencyForAd": {"c": 20, "b": 5, "g": 1},
"__comment_skins": "id: number, currency: string, price: number",
"skins": [
[0, "c", 10], [1, "c", 10], [2, "c", 10], [3, "c", 10], [4, "c", 10], [5, "c", 10], [6, "c", 10], [7, "c", 10], [8, "b", 5], [9, "g", 1], [10, "c", 15], [11, "c", 20],
[12, "c", 25], [13, "c", 20], [14, "b", 10], [15, "c", 25], [16, "c", 25], [17, "c", 30], [18, "c", 25], [19, "g", 3], [20, "c", 30], [21, "c", 45], [22, "c", 45], [23, "c", 30],
[24, "c", 30], [25, "c", 35], [26, "c", 45], [27, "c", 40], [28, "c", 40], [29, "c", 90], [30, "b", 15], [31, "c", 45], [32, "c", 40], [33, "c", 40], [34, "c", 90], [35, "g", 5],
[36, "c", 40], [37, "c", 40], [38, "c", 95], [39, "c", 55], [40, "c", 55], [41, "c", 55], [42, "b", 20], [43, "c", 55], [44, "c", 55], [45, "g", 8], [46, "b", 25], [47, "c", 55],
[48, "c", 75], [49, "b", 65], [50, "c", 65], [51, "c", 70], [52, "c", 65], [53, "b", 35], [54, "c", 65], [55, "c", 65], [56, "g", 11], [57, "c", 150], [58, "c", 80], [59, "b", 55],
[60, "c", 70], [61, "c", 70], [62, "c", 75], [63, "c", 100], [64, "c", 80], [65, "c", 90], [66, "c", 90], [67, "b", 65], [68, "c", 90], [69, "c", 80], [70, "c", 80], [71, "g", 14],
[72, "c", 95], [73, "c", 100], [74, "c", 105], [75, "b", 70], [76, "c", 95], [77, "c", 105], [78, "c", 130], [79, "c", 110], [80, "c", 110], [81, "g", 15], [82, "b", 80], [89, "c", 250]
],
"__comment_skins_free": "date = month then day, id = skin id",
"skinsFree": [
{"date": "10/31", "id": 89},
{"date": "07/25", "id": 16}
],
"__comment_hardprice": "price in gold cards",
"actHardcorePrice": [3, 4, 5, 5, 6, 7, 7, 8, 9],
"__comment_trophies": "act id is array cell in array id of act where is trophie",
"actTrophies": [1, 1, 2, 2, 3, 5, 4, 9, 3, 5, 6, 8, 7, 7, 9, 6, 9, 8, 4, 8]
}
45 changes: 45 additions & 0 deletions vex8/assets/jsons/domains_no_blood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"enableCheckbox":
[
"spilxl.dk",
"spillespill.no",
"speltuin.nl",
"spelo.se",
"paixnidiaxl.gr",
"juegosjuegos.ws",
"jetztspielen.ws",
"jatekokxl.hu",
"isladejuegos.com",
"igrixl.ru",
"grajteraz.pl",
"giochixl.it",
"gierkionline.pl",
"gamesxl.com",
"elkspel.nl",
"1001spiele.de",
"1001spiele.ch",
"1001spiele.at",
"1001pelit.com",
"1001jogos.pt",
"1001jogos.com.br",
"1001jocuri.ro",
"1001jeux.fr",
"1001hry.cz",
"1001giochi.it",
"1001games.fr",
"1001games.com",
"1001games.co.uk",
"coolmathgames.com",
"kibagames.com",
"kraloyun.com",
"spielaffe.de"
],
"hideCheckbox":
[
"coolmathgames.com",
"kibagames.com",
"kraloyun.com",
"spielaffe.de"
]
}

1 change: 1 addition & 0 deletions vex8/assets/jsons/levels.json

Large diffs are not rendered by default.

181 changes: 181 additions & 0 deletions vex8/assets/jsons/locale_de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
{
"ok": "OK",
"noAd": "KEINE WERBUNG VERFÜGBAR, ABER HIER IST DEINE BELOHNUNG",
"restartLvl": "LEVEL NEU STARTEN?",
"music":"MUSIK",
"sfx":"AUDIO",
"lng":"DEUTSCH",
"selectLang":"SPRACHE WÄHLEN",
"take":"NEHMEN",
"selected":"AUSGEWÄHLT",
"watchAds":"WERBUNG ANSEHEN",
"watchAdDes":"WERBUNG ANSEHEN UND BELOHNUNG ERHALTEN?",
"medals":"MEDAILLEN",
"missionComp":"MISSION ERFÜLLT",
"openHard":"HARDCORE ÖFFNEN?",
"openHardDes":"<x> VERWENDEN, UM HARDCORE ZU ÖFFNEN",
"time":"ZEIT:",
"bestTime":"BESTZEIT:",
"score":"SCORE:",
"bestScore":"BESTER SCORE:",
"decline":"ABLEHNEN",
"accept":"ANNEHMEN",
"useToUnlock":"MIT <x> FREISCHALTEN",
"unlockTrophy":"Trophäe in Akt <x> freischalten",
"autoRestart":"AUTOMATISCHER NEUSTART DES LEVELS BEI TOD",
"noBlood":"BLUT DEAKTIVIEREN",
"language":"SPRACHE",
"yes":"JA",
"no":"NEIN",
"youOk":"GEHT ES DIR GUT?",
"complete":"ABSOLVIEREN",
"pause":"PAUSE",
"paused":"PAUSIERT",
"play":"SPIELEN",
"resetsIn":"WIRD ZURÜCKGESETZT IN",
"settings":"EINSTELLUNGEN",
"actSelect":"AKT WÄHLEN",
"autoReset":"Automatische Rückstellung nach Ablauf der Bestzeit",
"unavailable":"NICHT VERFÜGBAR",
"on":"EIN",
"off":"AUS",
"retry":"NOCHMAL VERSUCHEN",
"exit":"BEENDEN",
"back":"ZURÜCK",
"reward":"BELOHNUNG",
"rewarded":"BELOHNUNG ERHALTEN",
"watchAD":"WERBUNG ANSEHEN",
"watchADDes":"WERBUNG ANSEHEN UND JETZT EINFORDERN!",
"continue":"WEITER",
"lvlObj":"LEVELZIELE",
"lvlComplete":"LEVEL ABGESCHLOSSEN",
"pressDownEnter":"Zum Spielen den Abwärts-Button drücken",
"checkpoint":"KONTROLLPUNKT",
"noThanks":"NEIN DANKE",
"challengeComplete":"CHALLENGE BEENDET",
"continueDes":"WERBUNG ansehen, um wieder zu leben",
"powerUpTitle":"Power-Up",
"powerUpDes":"Hol dir den Power-Up-Schild",
"checkPointRewardTitle":"Möchtest du mitfahren?",
"checkPointRewardDes":"Gute Reise in das am weitesten entfernte Gebiet",
"skins":"SKINS",
"equip":"AUSSTATTEN",
"dailyTasks":"TÄGLICHE AUFGABEN",
"dailyTaskTitle0":"SPIELER",
"dailyTaskDes0":"Absolviere Level",
"dailyTaskTitle1":"SAMMLER",
"dailyTaskDes1":"Sammle insgesamt <x> Münzen",
"dailyTaskTitle2":"CHALLENGE",
"dailyTaskDes2":"Challenge spielen",
"dailyTaskTitle3":"SUPERSPIELER",
"dailyTaskDes3":"Absolviere 3 beliebige Levels",
"lvlTarget1":"Absolviere die Etappe",
"lvlTarget2":"Sammle <x> Münzen",
"lvlTarget3":"Ohne Fehlversuche abschließen",
"lvlTarget3less":"Mit weniger als <x> Fehlversuchen abschließen",
"acthub":"LEVELKARTE",
"actNorm":"AKT",
"actVex":"VEX",
"actHard":"HARDCORE",
"actSkin":"SKINS",
"actbonusStage":"BONUSETAPPE",
"newAchive":"Neue Errungenschaft freigeschaltet",
"newAchiveSkin":"Neue Skin freigeschaltet!",
"trophieDesAct":"Absolviere Akt<x>",
"trophieDesActHard":"Absolviere den schweren Akt <x>",
"trophieDesHard1":"Vervollständige VEXATION",
"trophieDesHard2":"Mehr als 100 Fehlversuche",
"trophieDesHard3":"Spiele das Game über eine Stunde lang",
"trophieDesHard4":"Tauche nach dem Schwimmen mit einer Blase auf",
"trophieDesHard5":"Vervollständige alle Standard-Akte",
"trophieDesHard6":"Vervollständige alle Hardcore-Akte",
"trophieDesHard7":"ERHALTE ALLE SKINS",
"trophieDesHard8":"VERVOLLSTÄNDIGE 10 TÄGLICHE AUFGABEN",
"trophieDesHard9":"VERVOLLSTÄNDIGE 50 TÄGLICHE AUFGABEN",
"death0_1":"Aufgespießt!",
"death0_2":"Geplatzt!",
"death1_1":"Zermatscht!",
"death1_2":"Harte Landung!",
"death2_1":"Zerfetzt!",
"death2_2":"Spaßbremse!",
"death2_3":"In Stücke zersägt!",
"death3_1":"Zerquetscht!",
"death3_2":"Zermatscht!",
"death3_3":"Zerdrückt!",
"death4_1":"Lungenkollaps!",
"death4_2":"Ertrunken!",
"death4_3":"Du schläfst ohne Fische...!",
"death5_1":"Die Welt ist aus den Fugen!",
"death5_2":"Direkt in die Hölle!",
"death5_3":"Zu tief gefallen!",
"death6_1":"Kein Zutritt!",
"death7_1":"Zerdrückt.",
"death7_2":"Zermatscht.",
"death7_3":"Zerquetscht.",
"death8_1":"Abgeerntet.",
"death8_2":"Niedergemäht.",
"death8_3":"Grauenhafter Tod.",
"death8_4":"Geköpft.",
"death9_1":"Shurikenjutsu ausprobiert!",
"death9_2":"Schlechter Ninja!",
"death9_3":"In Scheiben und Würfel geschnitten!",
"death10_1":"Vierfacher Tod!",
"death10_2":"In Scheiben und Würfel geschnitten!",
"death11_1":"Stromschlag!",
"death11_2":"Ausgefunkt!",
"death11_3":"Schockierend.",
"death12_1":"Zerquetscht!",
"death12_2":"Zermatscht!",
"death12_3":"Zerdrückt!",
"death13_1":"Weggewischt.",
"death13_2":"Aus den Socken gehauen.",
"death13_3":"In Stücke gerissen",
"death14_1":"Ausgelöscht!",
"death14_2":"Zerschmettert!",
"death14_3":"Hingerichteter Vexman!",
"death15_1":"Überraschend aufgespießt!",
"death15_2":"Durchstochen!",
"tf1":"Willkommen zurück bei VEX",
"tf2":"Drücke den Button, um Akt 1 zu spielen",
"tf3":"Mit dem Drachen kannst du fliegen!",
"tf4":"Benutze die Fackel, um das TNT zu sprengen!",
"tf5":"Berühre das Wasser nicht, sonst verlierst du deine Fackel",
"tf6":"Spiele neue Akte, indem du dich auf den entsprechenden Block stellst",
"tf7":"Springe von einer Seite zur anderen, um nach oben zu gelangen",
"tf8":"Gut gemacht! Suche jetzt den nächsten Akt",
"tf9":"Achtung! Graue Blöcke schalten sich ein und aus",
"tf10":"Folge den Pfeilen, um das Ende zu erreichen",
"tf11":"Halte beim Laufen die Taste gedrückt, um zu rutschen!",
"tf12":"Wie zuvor sind lila Blöcke ziemlich schwach",
"tf13":"Bewege dich mit den Pfeiltasten oder mit WASD",
"tf13Mob":"Berühre die Pfeile, um dich zu BEWEGEN",
"tf14":"Orangefarbene Blöcke lassen dich richtig hoch springen!",
"tf15":"Du kannst dich an einer Stange festhalten, um hoch und runter zu rutschen",
"tf16":"Diese Portale teleportieren dich an einen anderen Ort auf der Karte",
"tf18":"Du machst das bisher sehr gut!",
"tf19":"Vorsicht, lange Stürze können tödlich sein!",
"tf20":"Vorsicht, dein Atem geht dir aus! Schwimme, indem du dich in Blickrichtung nach vorne bewegst",
"tf21":"Braune Blöcke können in beide Richtungen geschoben werden!",
"tf23":"Springe im roten Bereich, um vorwärts zu schwingen",
"tf24":"Wenn du im blauen Bereich springst, schwingst du weiter",
"tf25":"Um beim Schwingen die Richtung zu ändern, drücke links oder rechts",
"tf26":"Eis ist rutschig und schmilzt mit der Zeit!",
"tf27":"Drücke mitten in der Luft, um gegen Glas zu treten und es zu zerschlagen",
"tf28":"Der Geschwindigkeitsblock bewegt dich in die angezeigte Richtung!",
"tf30":"Verwende Schlüssel, um verriegelte Blöcke zu öffnen",
"tf32":"Du musst die Schlüssel finden!",
"tf33":"Spring in die Kanone und drücke nach oben, wenn du abgefeuert werden willst!",
"tf34":"Diese kleinen Blasen laden unter Wasser deinen Atem auf!",
"tf35":"Pass auf die Funken an der Kante auf",
"tf36":"Solarblöcke verschwinden, wenn das Licht aus ist!",
"tf37":"Wenn ein Funke das Wasser berührt, steht er unter Strom",
"tf39":"Rosa Blöcke werden unsichtbar je näher du ihnen kommst",
"tf40":"Rote Schlüssel verschwinden nach 5 Sekunden",
"tf42":"Das ist die letzte Prüfung. Wenn der Draht dich bis zum Ende schlägt, musst du den gesamten Akt wiederholen!",
"tf45":"Nimm den Sprungtrank, um einen zusätzlichen Sprung zu machen",
"tf46":"Drücke auf ein Greifpolster, um dich zum Haken zu katapultieren",
"tf47Mob":"Drücke den Abwärts-Button oder die Leertaste, um den Block aufzubrechen",
"tf48":"Drücke den Abwärts- oder Angriffs-Button, um den Block aufzubrechen",
"tf49":"Bleib in der Nähe, um deine Gesundheitsleiste aufzuladen",
"tf50":"Wenn es grün ist, kann man gefahrlos durch"
}
Loading

0 comments on commit 9d5a89e

Please sign in to comment.