Skip to content

Commit

Permalink
Add Todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iwag committed Feb 14, 2014
1 parent 147864f commit 2a4b20e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/js/src/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// 設定値とかを入れる。
bq.beams = [];

// Note. 各種接頭辞をつけてね。(ex. 画像ならs_Img)

// img
var s_ImgPlayer = 'res/img/player.png';
var s_ImgChatTail = 'res/img/chat_tail.png';

This comment has been minimized.

Copy link
@iwag

iwag Feb 14, 2014

Author Contributor

「各種接頭辞つけてね」はこっちに書いたほうが適切かなーって思ってちょいがえした。

Expand All @@ -15,6 +17,7 @@ var s_ImgSimpleBeam = 'res/img/beam/simple.png';
var s_ImgSmoke0 = 'res/img/beam/smoke.png';

// tmx
// TODO s_Tmx, s_Tile はじまりにへんこー
var s_ShinjukuTmx = 'res/map/shinjuku.tmx';
var s_ShinjukuMapSet = 'res/map/shinjuku_mapset.png';
var s_StartVillageTmx = 'res/map/map_village.tmx';
Expand All @@ -33,8 +36,6 @@ var s_SeDamage = 'res/sounds/Damage.ogg';
var s_SeNoDamage = 'res/sounds/NoDamage.mp3';

var g_resources = [
// Note. 各種接頭辞をつけてね。(ex. 画像ならs_Img)

//img
{type: 'image', src:s_ImgPlayer},
//{type: 'image', src:s_ShinjukuMapSet},
Expand Down

0 comments on commit 2a4b20e

Please sign in to comment.