π€Sendengine and Database
sends data to game engine; your code ==> engine
Sendengine
sendengine({
fullscreen:true,//goes to full screen
center:true,//puts the application in the center of the screen
exit:true,//exit to game
appresize: {//changing the resolution
x:1900,
y:1000
},
changestatusbar:"#onlyhexcode",//changes the color of the top of the application
sendalertbox:"hello world",//warns at the bottom
changescreenstatus:1,//change the direction of the phone [1,2,3]
sendvibrate:1000,//You send a vibration to the phone. Enter time in milliseconds
startpath:"/"//which html file to open index.html example
})changescreenstatus: 1
changescreenstatus: 2
changescreenstatus: 3


Database
Alternative 1
Alternative 2
Alternative 3
Last updated