改变目录结构
@ -87,7 +87,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<p id='startTopLoadTips'>资源即将开始加载</p>
|
<p id='startTopLoadTips'>资源即将开始加载</p>
|
||||||
</div>
|
</div>
|
||||||
<img id='startBackground' src='images/bg.png'>
|
<img id='startBackground' src='project/images/bg.png'>
|
||||||
<!-- 标题界面;可以改style的color使标题改变颜色 -->
|
<!-- 标题界面;可以改style的color使标题改变颜色 -->
|
||||||
<p id='startLogo' style="color: black"></p>
|
<p id='startLogo' style="color: black"></p>
|
||||||
<div id='startButtonGroup'>
|
<div id='startButtonGroup'>
|
||||||
@ -110,39 +110,39 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id='statusBar' class="clearfix">
|
<div id='statusBar' class="clearfix">
|
||||||
<div class="status" id="floorCol">
|
<div class="status" id="floorCol">
|
||||||
<img src='images/floor.png' id="img-floor">
|
<img src='project/images/floor.png' id="img-floor">
|
||||||
<p class='statusLabel' id='floor'></p>
|
<p class='statusLabel' id='floor'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" id="lvCol">
|
<div class="status" id="lvCol">
|
||||||
<img src='images/lv.png' id="img-lv">
|
<img src='project/images/lv.png' id="img-lv">
|
||||||
<p class='statusLabel' id='lv'></p>
|
<p class='statusLabel' id='lv'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status">
|
<div class="status">
|
||||||
<img src='images/hp.png' id="img-hp">
|
<img src='project/images/hp.png' id="img-hp">
|
||||||
<p class='statusLabel' id='hp'></p>
|
<p class='statusLabel' id='hp'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status">
|
<div class="status">
|
||||||
<img src='images/atk.png' id="img-atk">
|
<img src='project/images/atk.png' id="img-atk">
|
||||||
<p class='statusLabel' id='atk'></p>
|
<p class='statusLabel' id='atk'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status">
|
<div class="status">
|
||||||
<img src='images/def.png' id="img-def">
|
<img src='project/images/def.png' id="img-def">
|
||||||
<p class='statusLabel' id='def'></p>
|
<p class='statusLabel' id='def'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" id="mdefCol">
|
<div class="status" id="mdefCol">
|
||||||
<img src='images/mdef.png' id="img-mdef">
|
<img src='project/images/mdef.png' id="img-mdef">
|
||||||
<p class='statusLabel' id='mdef'></p>
|
<p class='statusLabel' id='mdef'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" id="moneyCol">
|
<div class="status" id="moneyCol">
|
||||||
<img src='images/money.png' id="img-money">
|
<img src='project/images/money.png' id="img-money">
|
||||||
<p class='statusLabel' id='money'></p>
|
<p class='statusLabel' id='money'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" id="expCol">
|
<div class="status" id="expCol">
|
||||||
<img src='images/experience.png' id="img-experience">
|
<img src='project/images/experience.png' id="img-experience">
|
||||||
<p class='statusLabel' id='experience'></p>
|
<p class='statusLabel' id='experience'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" id="upCol">
|
<div class="status" id="upCol">
|
||||||
<img src='images/up.png' id="img-up">
|
<img src='project/images/up.png' id="img-up">
|
||||||
<p class='statusLabel' id='up'></p>
|
<p class='statusLabel' id='up'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status">
|
<div class="status">
|
||||||
@ -157,13 +157,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="toolBar" class="clearfix">
|
<div id="toolBar" class="clearfix">
|
||||||
<img src="images/book.png" class="tools" id='img-book'>
|
<img src="project/images/book.png" class="tools" id='img-book'>
|
||||||
<img src="images/fly.png" class="tools" id='img-fly'>
|
<img src="project/images/fly.png" class="tools" id='img-fly'>
|
||||||
<img src="images/toolbox.png" class="tools" id='img-toolbox'>
|
<img src="project/images/toolbox.png" class="tools" id='img-toolbox'>
|
||||||
<img src="images/shop.png" class="tools" id='img-shop'>
|
<img src="project/images/shop.png" class="tools" id='img-shop'>
|
||||||
<img src="images/save.png" class="tools" id='img-save'>
|
<img src="project/images/save.png" class="tools" id='img-save'>
|
||||||
<img src="images/load.png" class="tools" id='img-load'>
|
<img src="project/images/load.png" class="tools" id='img-load'>
|
||||||
<img src="images/settings.png" class="tools" id='img-settings'>
|
<img src="project/images/settings.png" class="tools" id='img-settings'>
|
||||||
<p class="statusLabel tools" id="hard"></p>
|
<p class="statusLabel tools" id="hard"></p>
|
||||||
</div>
|
</div>
|
||||||
<div id="curtain"></div>
|
<div id="curtain"></div>
|
||||||
|
|||||||
34
index.html
@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<p id='startTopLoadTips'>资源即将开始加载</p>
|
<p id='startTopLoadTips'>资源即将开始加载</p>
|
||||||
</div>
|
</div>
|
||||||
<img id='startBackground' src='images/bg.png'>
|
<img id='startBackground' src='project/images/bg.png'>
|
||||||
<!-- 标题界面;可以改style的color使标题改变颜色 -->
|
<!-- 标题界面;可以改style的color使标题改变颜色 -->
|
||||||
<p id='startLogo' style="color: black"></p>
|
<p id='startLogo' style="color: black"></p>
|
||||||
<div id='startButtonGroup'>
|
<div id='startButtonGroup'>
|
||||||
@ -48,39 +48,39 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id='statusBar' class="clearfix">
|
<div id='statusBar' class="clearfix">
|
||||||
<div class="status" id="floorCol">
|
<div class="status" id="floorCol">
|
||||||
<img src='images/floor.png' id="img-floor">
|
<img src='project/images/floor.png' id="img-floor">
|
||||||
<p class='statusLabel' id='floor'></p>
|
<p class='statusLabel' id='floor'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" id="lvCol">
|
<div class="status" id="lvCol">
|
||||||
<img src='images/lv.png' id="img-lv">
|
<img src='project/images/lv.png' id="img-lv">
|
||||||
<p class='statusLabel' id='lv'></p>
|
<p class='statusLabel' id='lv'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status">
|
<div class="status">
|
||||||
<img src='images/hp.png' id="img-hp">
|
<img src='project/images/hp.png' id="img-hp">
|
||||||
<p class='statusLabel' id='hp'></p>
|
<p class='statusLabel' id='hp'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status">
|
<div class="status">
|
||||||
<img src='images/atk.png' id="img-atk">
|
<img src='project/images/atk.png' id="img-atk">
|
||||||
<p class='statusLabel' id='atk'></p>
|
<p class='statusLabel' id='atk'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status">
|
<div class="status">
|
||||||
<img src='images/def.png' id="img-def">
|
<img src='project/images/def.png' id="img-def">
|
||||||
<p class='statusLabel' id='def'></p>
|
<p class='statusLabel' id='def'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" id="mdefCol">
|
<div class="status" id="mdefCol">
|
||||||
<img src='images/mdef.png' id="img-mdef">
|
<img src='project/images/mdef.png' id="img-mdef">
|
||||||
<p class='statusLabel' id='mdef'></p>
|
<p class='statusLabel' id='mdef'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" id="moneyCol">
|
<div class="status" id="moneyCol">
|
||||||
<img src='images/money.png' id="img-money">
|
<img src='project/images/money.png' id="img-money">
|
||||||
<p class='statusLabel' id='money'></p>
|
<p class='statusLabel' id='money'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" id="expCol">
|
<div class="status" id="expCol">
|
||||||
<img src='images/experience.png' id="img-experience">
|
<img src='project/images/experience.png' id="img-experience">
|
||||||
<p class='statusLabel' id='experience'></p>
|
<p class='statusLabel' id='experience'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" id="upCol">
|
<div class="status" id="upCol">
|
||||||
<img src='images/up.png' id="img-up">
|
<img src='project/images/up.png' id="img-up">
|
||||||
<p class='statusLabel' id='up'></p>
|
<p class='statusLabel' id='up'></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status">
|
<div class="status">
|
||||||
@ -95,13 +95,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="toolBar" class="clearfix">
|
<div id="toolBar" class="clearfix">
|
||||||
<img src="images/book.png" class="tools" id='img-book'>
|
<img src="project/images/book.png" class="tools" id='img-book'>
|
||||||
<img src="images/fly.png" class="tools" id='img-fly'>
|
<img src="project/images/fly.png" class="tools" id='img-fly'>
|
||||||
<img src="images/toolbox.png" class="tools" id='img-toolbox'>
|
<img src="project/images/toolbox.png" class="tools" id='img-toolbox'>
|
||||||
<img src="images/shop.png" class="tools" id='img-shop'>
|
<img src="project/images/shop.png" class="tools" id='img-shop'>
|
||||||
<img src="images/save.png" class="tools" id='img-save'>
|
<img src="project/images/save.png" class="tools" id='img-save'>
|
||||||
<img src="images/load.png" class="tools" id='img-load'>
|
<img src="project/images/load.png" class="tools" id='img-load'>
|
||||||
<img src="images/settings.png" class="tools" id='img-settings'>
|
<img src="project/images/settings.png" class="tools" id='img-settings'>
|
||||||
<p class="statusLabel tools" id="hard"></p>
|
<p class="statusLabel tools" id="hard"></p>
|
||||||
</div>
|
</div>
|
||||||
<div id="curtain"></div>
|
<div id="curtain"></div>
|
||||||
|
|||||||
16
libs/core.js
@ -181,7 +181,7 @@ core.prototype.init = function (dom, statusBar, canvas, images, pngs, bgms, soun
|
|||||||
core.flags.displayExtraDamage = core.getLocalStorage('extraDamage', core.flags.displayExtraDamage);
|
core.flags.displayExtraDamage = core.getLocalStorage('extraDamage', core.flags.displayExtraDamage);
|
||||||
|
|
||||||
core.material.ground = new Image();
|
core.material.ground = new Image();
|
||||||
core.material.ground.src = "images/ground.png";
|
core.material.ground.src = "project/images/ground.png";
|
||||||
|
|
||||||
core.loader(function () {
|
core.loader(function () {
|
||||||
console.log(core.material);
|
console.log(core.material);
|
||||||
@ -298,7 +298,7 @@ core.prototype.loadImage = function (imgName, callback) {
|
|||||||
if (name.indexOf(".png")<0) // 不包含"png"
|
if (name.indexOf(".png")<0) // 不包含"png"
|
||||||
name=name+".png";
|
name=name+".png";
|
||||||
var image = new Image();
|
var image = new Image();
|
||||||
image.src = 'images/' + name + "?v=" + main.version;
|
image.src = 'project/images/' + name + "?v=" + main.version;
|
||||||
if (image.complete) {
|
if (image.complete) {
|
||||||
callback(imgName, image);
|
callback(imgName, image);
|
||||||
return;
|
return;
|
||||||
@ -323,7 +323,7 @@ core.prototype.loadMusic = function (callback) {
|
|||||||
if (core.musicStatus.audioContext!=null) {
|
if (core.musicStatus.audioContext!=null) {
|
||||||
core.material.bgms[t] = 'loading';
|
core.material.bgms[t] = 'loading';
|
||||||
var xhr = new XMLHttpRequest();
|
var xhr = new XMLHttpRequest();
|
||||||
xhr.open('GET', 'sounds/'+t, true);
|
xhr.open('GET', 'project/sounds/'+t, true);
|
||||||
xhr.overrideMimeType("text/plain; charset=x-user-defined");
|
xhr.overrideMimeType("text/plain; charset=x-user-defined");
|
||||||
xhr.onload = function(e) { //下载完成
|
xhr.onload = function(e) { //下载完成
|
||||||
try {
|
try {
|
||||||
@ -360,7 +360,7 @@ core.prototype.loadMusic = function (callback) {
|
|||||||
else {
|
else {
|
||||||
var music = new Audio();
|
var music = new Audio();
|
||||||
music.preload = core.musicStatus.startDirectly?'auto':'none';
|
music.preload = core.musicStatus.startDirectly?'auto':'none';
|
||||||
music.src = 'sounds/'+t;
|
music.src = 'project/sounds/'+t;
|
||||||
music.loop = 'loop';
|
music.loop = 'loop';
|
||||||
core.material.bgms[t] = music;
|
core.material.bgms[t] = music;
|
||||||
}
|
}
|
||||||
@ -370,7 +370,7 @@ core.prototype.loadMusic = function (callback) {
|
|||||||
|
|
||||||
if (core.musicStatus.audioContext != null) {
|
if (core.musicStatus.audioContext != null) {
|
||||||
var xhr = new XMLHttpRequest();
|
var xhr = new XMLHttpRequest();
|
||||||
xhr.open('GET', 'sounds/'+t, true);
|
xhr.open('GET', 'project/sounds/'+t, true);
|
||||||
xhr.responseType = 'arraybuffer';
|
xhr.responseType = 'arraybuffer';
|
||||||
xhr.onload = function(e) { //下载完成
|
xhr.onload = function(e) { //下载完成
|
||||||
try {
|
try {
|
||||||
@ -399,7 +399,7 @@ core.prototype.loadMusic = function (callback) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var music = new Audio();
|
var music = new Audio();
|
||||||
music.src = 'sounds/'+t;
|
music.src = 'project/sounds/'+t;
|
||||||
core.material.sounds[t] = music;
|
core.material.sounds[t] = music;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -990,8 +990,8 @@ core.prototype.onmousewheel = function (direct) {
|
|||||||
|
|
||||||
// 怪物手册
|
// 怪物手册
|
||||||
if (core.status.lockControl && core.status.event.id == 'book') {
|
if (core.status.lockControl && core.status.event.id == 'book') {
|
||||||
if (direct==1) core.ui.drawBook(core.status.event.data - 1);
|
if (direct==1) core.ui.drawBook(core.status.event.data - 6);
|
||||||
if (direct==-1) core.ui.drawBook(core.status.event.data + 1);
|
if (direct==-1) core.ui.drawBook(core.status.event.data + 6);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
6
main.js
@ -154,7 +154,7 @@ main.prototype.loaderFloors = function (callback) {
|
|||||||
main.setMainTipsText('正在加载楼层文件...')
|
main.setMainTipsText('正在加载楼层文件...')
|
||||||
if (this.useCompress) { // 读取压缩文件
|
if (this.useCompress) { // 读取压缩文件
|
||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
script.src = 'libs/project/floors.min.js?v=' + this.version;
|
script.src = 'project/floors.min.js?v=' + this.version;
|
||||||
main.dom.body.appendChild(script);
|
main.dom.body.appendChild(script);
|
||||||
script.onload = function () {
|
script.onload = function () {
|
||||||
main.dom.mainTips.style.display = 'none';
|
main.dom.mainTips.style.display = 'none';
|
||||||
@ -189,7 +189,7 @@ main.prototype.loadMod = function (modName, callback) {
|
|||||||
////// 加载某一个楼层 //////
|
////// 加载某一个楼层 //////
|
||||||
main.prototype.loadFloor = function(floorId, callback) {
|
main.prototype.loadFloor = function(floorId, callback) {
|
||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
script.src = 'libs/project/floors/' + floorId +'.js?v=' + this.version;
|
script.src = 'project/floors/' + floorId +'.js?v=' + this.version;
|
||||||
main.dom.body.appendChild(script);
|
main.dom.body.appendChild(script);
|
||||||
script.onload = function () {
|
script.onload = function () {
|
||||||
callback(floorId);
|
callback(floorId);
|
||||||
@ -200,7 +200,7 @@ main.prototype.loadPureData = function(callback) {
|
|||||||
var loadedNum = 0;
|
var loadedNum = 0;
|
||||||
main.pureData.forEach(function(name){
|
main.pureData.forEach(function(name){
|
||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
script.src = 'libs/project/' + name +'.js?v=' + this.version;
|
script.src = 'project/' + name +'.js?v=' + main.version;
|
||||||
main.dom.body.appendChild(script);
|
main.dom.body.appendChild(script);
|
||||||
script.onload = function () {
|
script.onload = function () {
|
||||||
loadedNum++;
|
loadedNum++;
|
||||||
|
|||||||
@ -65,7 +65,7 @@ main.floors.sample0 = {
|
|||||||
],
|
],
|
||||||
"2,3": [ // 守着第三批怪物的老人
|
"2,3": [ // 守着第三批怪物的老人
|
||||||
"\t[老人,magician]领域、夹击。\n请注意领域怪需要设置value为伤害数值,可参见样板中初级巫师的写法。",
|
"\t[老人,magician]领域、夹击。\n请注意领域怪需要设置value为伤害数值,可参见样板中初级巫师的写法。",
|
||||||
"\t[老人,magician]夹击和领域同时发生时先计算领域,再夹击。\n自动寻路同样会尽量绕过你设置的这些点。\n\n另:本塔不支持阻击怪。",
|
"\t[老人,magician]夹击和领域同时发生时先计算领域,再夹击。\n自动寻路同样会尽量绕过你设置的这些点。",
|
||||||
{"type": "hide", "time": 500}
|
{"type": "hide", "time": 500}
|
||||||
],
|
],
|
||||||
"12,10": { // 隐藏的仙子
|
"12,10": { // 隐藏的仙子
|
||||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 464 B |
|
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 276 B |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 508 B |
|
Before Width: | Height: | Size: 995 B After Width: | Height: | Size: 995 B |
|
Before Width: | Height: | Size: 854 B After Width: | Height: | Size: 854 B |
|
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 479 B |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 478 B |
|
Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 291 B |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 863 B After Width: | Height: | Size: 863 B |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@ -169,7 +169,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
background: url(images/ground.png) round;
|
background: url(project/images/ground.png) round;
|
||||||
z-index: 7;
|
z-index: 7;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -198,7 +198,7 @@
|
|||||||
}
|
}
|
||||||
#toolBar {
|
#toolBar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: url(images/ground.png) round;
|
background: url(project/images/ground.png) round;
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
|
|||||||