A hell of a lot cleaning

This commit is contained in:
Thomas FORGIONE
2015-07-01 15:03:11 +02:00
parent bb938e5342
commit 86f2094af6
45 changed files with 56 additions and 193 deletions

View File

@@ -4,7 +4,8 @@ block title
title #{title} - Prototype
block extrajs
script(src="/static/js/prototypetools.min.js")
script(src="/static/js/l3d.min.js")
script(src="/static/js/l3dp.min.js")
block configjs
block mainjs
script document.getElementById('music').volume = 0.5;

View File

@@ -4,7 +4,6 @@ block title
title #{title} - Prototype
block extrajs
script(src="/static/js/prototypetools.min.js")
script RecommendedCamera = FixedCamera;
script var params = params || {}; params.get = params.get || {}; params.get.id = #{id};
script initMainScene = #{initjs}