topical media & game development
mobile-query-three-plugins-ogsworkshop-examples-game001.htm / htm
<!--
* now we add a minecraft character
* NOTE: how deep we need to details
-->
<!doctype html><title>Minimal tQuery Page</title>
<script src="../../../build/tquery-bundle-require.js"></script>
<body><script>
require(['tquery.minecraft'], function(){
// create world
var world = tQuery.createWorld().boilerplate().start();
// add minecraft char
tQuery.createMinecraftChar().addTo(world);
})
</script></body>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.