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
a0c8fbe5cf
commit
b7f712e9c8
@ -136,12 +136,7 @@ function draw() {
|
|||||||
rect(0, 100, 700, 115);
|
rect(0, 100, 700, 115);
|
||||||
pop();
|
pop();
|
||||||
|
|
||||||
for (var roadX = 10; roadX < 720; roadX += 50) {
|
|
||||||
push();
|
|
||||||
fill("white");
|
|
||||||
rect(roadX, 470, 30, 10);
|
|
||||||
pop();
|
|
||||||
}
|
|
||||||
|
|
||||||
push();
|
push();
|
||||||
textFont('Press');
|
textFont('Press');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user