This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| define('NICONICO_MAILADDRESS', '<アカウントアドレス>'); | |
| define('NICONICO_PASSWORD' , '<アカウントパスワード>'); | |
| $id = @$argv[1]; | |
| if(!$id) exit('Usage (sm|lv)[\d]+'.PHP_EOL); | |
| if(strpos($id, 'sm') === 0) getVideoComment($id); | |
| if(strpos($id, 'lv') === 0) getLiveComment($id); | |
| if(strpos($id, 'co') === 0) getLiveComment($id); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| enchant() | |
| window.game = null | |
| MODEL_PATH = 'model/Haku_Yowane.pmd' | |
| MOTION_PATH = 'motion/kishimen.vmd' | |
| GAME_WIDTH = 800 | |
| GAME_HEIGHT = 800 | |
| class MyScene3D extends Scene3D | |
| constructor: -> |