3d-interface/controllers/prototype/views/tutorial.jade

16 lines
350 B
Plaintext
Raw Normal View History

2015-05-26 11:49:24 +02:00
extends ./prototype
2015-06-10 10:06:14 +02:00
block append extrahead
link(rel="stylesheet", href="/static/css/tutorial.css")
2015-05-26 11:49:24 +02:00
block title
title #{title} - Prototype - Tutorial
block configjs
script RecommendedCamera = FixedCamera;
script(src="/static/js/tutorial.min.js")
2015-06-02 15:25:52 +02:00
block fullscreen
button#full.btn.btn-primary(style={display:"none"}) Fullscreen