3d-interface/controllers/bouncing/views/index.jade

16 lines
319 B
Plaintext
Raw Normal View History

extends ../../../views/main
2015-05-05 16:30:51 +02:00
block title
title #{title} - Bouncing cube
block extrajs
script(src="/static/js/three.min.js")
script(src="/static/js/threetools.min.js")
script(src="/static/js/bouncing.min.js")
2015-05-05 16:30:51 +02:00
block content
h2 Bouncing cube
p Click on the cube to make it jump !
#container