Added phaser build and hellophaser sample
This commit is contained in:
11
docs/build/docstrap-master/template/tmpl/examples.tmpl
vendored
Normal file
11
docs/build/docstrap-master/template/tmpl/examples.tmpl
vendored
Normal file
@@ -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