whs.js/examples/layout.pug
2017-02-02 17:40:39 +02:00

28 lines
521 B
Plaintext

html
head
title Example
include meta.pug
block head
style(type='text/css').
html, body {
position: relative;
height: 100%;
}
body {
margin: 0;
padding: 0;
overflow: hidden;
}
body
block body
block dependencies
script(src='../../../build/whitestorm.js')
block additional
script(src='../../assets/modules/StatsModule.js')
script(src=physicsModule)
block scripts
script(src=`./${scriptname}`)