mirror of
https://github.com/wassname/phaser.git
synced 2026-08-06 13:31:05 +08:00
Tidying up the repo and adding in new documentation.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?js
|
||||
var data = obj;
|
||||
data.forEach(function(example) {
|
||||
if (example.caption) {
|
||||
?>
|
||||
<p class="code-caption"><?js= example.caption ?></p>
|
||||
<?js } ?>
|
||||
<pre class="sunlight-highlight-javascript"><?js= example.code ?></pre>
|
||||
<?js
|
||||
});
|
||||
?>
|
||||
Reference in New Issue
Block a user