Skip to content

Commit

Permalink
Released AmogUS JUMP! v.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GreeningSiren committed Oct 18, 2024
1 parent 6a51593 commit 52d2fd7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
Binary file added AmogUS JUMP!/builds/AmogUS JUMP! - v.3.3.zip
Binary file not shown.
1 change: 1 addition & 0 deletions AmogUS JUMP!/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ function draw() {
// drawImage(backField, 0, 0, 800, 600);
// drawImage(box,0,600,800,1)
if (level == 0) {
preloadTextures();
context.font = "30px Tahoma"
context.fillStyle = "White"
context.fillText("Kolito Predstavq", 70, 120)
Expand Down
2 changes: 1 addition & 1 deletion AmogUS JUMP!/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta charset="UTF-8">
</meta> <!-- allows for cyrillic and other exotic text in console.logs -->
<title>AmongUS JUMP! v3.2</title>
<title>AmogUS JUMP! v.3.3</title>
</head>

<body onload="onBodyLoad()">
Expand Down
14 changes: 14 additions & 0 deletions AmogUS JUMP!/initcoords.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
function preloadTextures() {
let brLk = 7
drawImage(box, -1000, -1000, 10,10)
drawImage(fireinthehole, -1000, -1000, 10,10)
drawImage(powerupBlue, -1000, -1000, 10,10)
drawImage(moveTrigger, -1000, -1000, 10,10)
drawImage(negacoin, -1000, -1000, 10,10)
drawImage(jelly[4], -1000, -1000, 10,10)
for(let i = 0; i < brLk; i++) {
drawImage(loading[lk], -1000, -1000, 10,10)
}
drawImage(femaleAction[1], -1000, -1000, 10,10)
drawImage(femaleAction[2], -1000, -1000, 10,10)

}
function resetboxes() {
dX = 0
for (let i = 0; i < 15; i++) {
Expand Down

0 comments on commit 52d2fd7

Please sign in to comment.