Added DB support

This commit is contained in:
Thomas FORGIONE
2015-05-18 15:33:14 +02:00
parent 1101c74132
commit 0d5406cfa4
5 changed files with 42 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ block extrajs
script(src="/static/js/prototype/Previewer.js")
script(src="/static/js/prototype/ButtonManager.js")
script(src="/static/js/prototype/Coin.js")
script(src="/static/js/Logger.js")
if cameraStyle == 'arrows'
script RecommendedCamera = FixedCamera;
else if cameraStyle == 'viewports'