背景をスクロールしてみる

公開:2017-04-15 17:27
更新:2020-02-15 04:37
カテゴリ:シューティングゲーム,ゲーム製作

今日は背景をスクロールさせてみた。

Blenderのアドオン「amasawa tools」の「make buildings」で背景を作って、スクロールしてみた。パースがきちんとかかるのは3Dならでは。

今回は3Dビューだが内容は2Dの縦スクロールシューティングとなりそうである。

動作サンプル

新しいウィンドウで開く

ソースコード・リソース

/dev/2dshooting2/devver/20170415/css/style.css

/dev/2dshooting2/devver/20170415/data/building.json

/dev/2dshooting2/devver/20170415/data/bullet.json

/dev/2dshooting2/devver/20170415/data/enemyFormationPattern.json

/dev/2dshooting2/devver/20170415/data/enemyMovePattern.json

/dev/2dshooting2/devver/20170415/data/myship.json

/dev/2dshooting2/devver/20170415/data/test.json

/dev/2dshooting2/devver/20170415/index.html

/dev/2dshooting2/devver/20170415/js/bundle.js

/dev/2dshooting2/devver/20170415/js/dsp.js

/dev/2dshooting2/devver/20170415/test.html