mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
doc: Show 'now loading' at examples
This commit is contained in:
parent
38f0ec40b4
commit
563efe3295
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
@ -19,6 +19,11 @@ window.addEventListener('load', function() {
|
||||
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
s.onload = function() {
|
||||
var notice = document.getElementById('notice');
|
||||
notice.parentNode.removeChild(notice);
|
||||
};
|
||||
document.body.appendChild(s);
|
||||
});
|
||||
</script>
|
||||
<p id="notice" style="color: white;">Now Loading...</p>
|
||||
|
Loading…
Reference in New Issue
Block a user