mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 10:12:06 -05:00
Update semag/crossnroad/index.html
This commit is contained in:
parent
c85ac15fd2
commit
4c705ae76b
@ -78,7 +78,6 @@ canvas {
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
let Press;
|
let Press;
|
||||||
let Emoji;
|
|
||||||
|
|
||||||
|
|
||||||
var carX = 740;
|
var carX = 740;
|
||||||
@ -108,7 +107,6 @@ var loseMode = false;
|
|||||||
|
|
||||||
function preload() {
|
function preload() {
|
||||||
Press = loadFont('assets/Press.ttf');
|
Press = loadFont('assets/Press.ttf');
|
||||||
Emoji = loadFont('assets/Emoji.ttf');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
@ -188,7 +186,6 @@ function cars() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
push();
|
push();
|
||||||
textFont('Emoji');
|
|
||||||
textSize(100);
|
textSize(100);
|
||||||
text(carType, carX, 570);
|
text(carType, carX, 570);
|
||||||
pop();
|
pop();
|
||||||
@ -201,7 +198,6 @@ function cars() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
push();
|
push();
|
||||||
textFont('Emoji');
|
|
||||||
textSize(100);
|
textSize(100);
|
||||||
text(carType2, carX2, 430);
|
text(carType2, carX2, 430);
|
||||||
pop();
|
pop();
|
||||||
@ -214,7 +210,6 @@ function cars() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
push();
|
push();
|
||||||
textFont('Emoji');
|
|
||||||
textSize(100);
|
textSize(100);
|
||||||
text(carType3, carX3, 185);
|
text(carType3, carX3, 185);
|
||||||
pop();
|
pop();
|
||||||
@ -278,7 +273,6 @@ function keyPressed() {
|
|||||||
|
|
||||||
function doorKey() {
|
function doorKey() {
|
||||||
push();
|
push();
|
||||||
textFont('Emoji');
|
|
||||||
textSize(60);
|
textSize(60);
|
||||||
text("🔑", keyX, keyY);
|
text("🔑", keyX, keyY);
|
||||||
pop();
|
pop();
|
||||||
@ -319,7 +313,6 @@ function rectRect(r1x, r1y, r1w, r1h, r2x, r2y, r2w, r2h) {
|
|||||||
function door() {
|
function door() {
|
||||||
|
|
||||||
push();
|
push();
|
||||||
textFont('Emoji');
|
|
||||||
textSize(80);
|
textSize(80);
|
||||||
text("🚪", 320, 60);
|
text("🚪", 320, 60);
|
||||||
pop();
|
pop();
|
||||||
@ -336,7 +329,6 @@ function door() {
|
|||||||
|
|
||||||
function lifeCount() {
|
function lifeCount() {
|
||||||
push();
|
push();
|
||||||
textFont('Emoji');
|
|
||||||
textSize(50);
|
textSize(50);
|
||||||
text("❤️", 510, 50);
|
text("❤️", 510, 50);
|
||||||
text("❤️", 570, 50);
|
text("❤️", 570, 50);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user