ELITTER'S PROFILE

Search

Filter

[Help] install help

Hello,

i have downloaded the Zip file from git hub RPG-JS zip file

i have extracted the files to a folder and move libs, etc to a folder inside the main folder called RPGJS as instructed.

i created a html file:

<!DOCTYPE html>
<html lang="en">
<head>

<script src="c:\dod\rpg-beta-2.js"> </ script>

</head>
function loadRpg() {
RPGJS.load(function() {
var rpg = new Rpg("canvas_rpg");
});
}
<body>
<canvas id="canvas_rpg" width="640px" height="480px"> </ canvas>


</body>
</html>

but for some reason it will not load? Do i need other software or programs or am i missing something sorry im new to this.. Please help if you can

Thank you
Pages: 1