细节修正

This commit is contained in:
结发受长生 2018-05-25 00:47:45 +08:00
parent 4d93233f66
commit bf12f6ea65
2 changed files with 40 additions and 39 deletions

View File

@ -106,7 +106,7 @@ window.setInterval(function(){
if(randomTip.length !== 0) { if(randomTip.length !== 0) {
showMessage(randomTip, 5000); showMessage(randomTip, 5000);
} }
},5000); },20000);
function showMessage(text, timeout){ function showMessage(text, timeout){
timeout = timeout || 5000; timeout = timeout || 5000;

View File

@ -2,6 +2,7 @@
"version":"1.0.0", "version":"1.0.0",
"model":"model/model.moc", "model":"model/model.moc",
"textures":[ "textures":[
"model/Nightsky_Costume.png",
"model/Sailor_Costume_Black.png" "model/Sailor_Costume_Black.png"
], ],
"layout":{ "layout":{