クリップボード

ITのことなどをこっそり黒板に書いていきます。

2018-10-19から1日間の記事一覧

自由制作 第二回目

アプリ開発の続きやっていきます 昨日はMonacaで遊んでみたので、今日はunityで飛行機を飛ばしてみます 無料で飛行機みたいなテクスチャがあったのでこれをダウンロードして使います 前に授業でちょっとやったときはカメラの視点とかよくわからなかったので…

if (! document.URL.match("/archive")) { [].forEach.call(document.querySelectorAll('.entry-thumb'), function(n) { let img = n.style.backgroundImage; img = img.substring(4, img.length - 1).replace(/"/g, ''); n.style.backgroundImage = 'url(' + img.split('/').pop().replace('%3A', ':').replace(/%2F/g, '/') + ')'; }); } if (! document.URL.match("/archive")) { [].forEach.call(document.querySelectorAll('.entry-thumb'), function(n) { let img = n.style.backgroundImage; img = img.substring(4, img.length - 1).replace(/"/g, ''); n.style.backgroundImage = 'url(' + img.split('/').pop().replace('%3A', ':').replace(/%2F/g, '/') + ')'; }); }