This commit is contained in:
2014-06-15 11:00:21 -07:00
parent 22aa33abca
commit de0c2a7dec
5 changed files with 62 additions and 17 deletions

14
credits.txt Normal file
View File

@@ -0,0 +1,14 @@
Graphics:
Bigtop tileset - PandaMaru from an RPG Maker resource pack
Door tileset - RPG Maker VX Ace
Numbered tileset ([0-9]+-[a-z]+) : RPG Maker XP
Sprites : RPG Maker XP / VX Ace
Flame effect : RPG Maker VX Ace
Sound Effects:
Fountain : Roscoe Toon (via Freesound.org)
Fire : RPG Maker VX Ace
Calliope : RTB45 via FreeSound.org

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

View File

@@ -151,6 +151,10 @@ SoundSprite.prototype.adjust_relative_to = function(spr) {
var moonlightSettings = {
'map' : {
'tilesets': [
{
'name': 'bigtop',
'path': 'gfx/tiles/bigtop.png'
},
{
'name': '009-CastleTown01',
'path': 'gfx/tiles/009-CastleTown01.png'
@@ -273,13 +277,13 @@ var moonlightSettings = {
'name': 'fountain',
'path': 'sfx/fountain.wav'
},
{
'name': 'background_music',
'path': 'bgm/Hidden Agenda.mp3'
},
{
'name': 'fire',
'path': 'sfx/fire.ogg'
},
{
'name': 'calliope',
'path': 'sfx/calliope.mp3'
}
],
'images': [
@@ -427,6 +431,11 @@ var moonlightSettings = {
'frames': [6, 7, 8],
'speed': 6,
'loop': true
},
'fire_small': {
'frames': [9, 10, 11],
'speed': 6,
'loop': true
}
}
};
@@ -884,7 +893,7 @@ GameState.prototype.create = function()
this.effectSprites.forEach(function(spr) {
spr.update_new_values();
}, this)
player = this.add.sprite((20 * 32), (25 * 32), 'player');
player = this.add.sprite((10 * 32), (17 * 32), 'player');
player.lightmeter = 0;
};
if ( lp['collides'] == true ) {

BIN
moonlight/sfx/calliope.mp3 Normal file

Binary file not shown.