Map work
This commit is contained in:
14
credits.txt
Normal file
14
credits.txt
Normal 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
BIN
moonlight/gfx/tiles/bigtop.png
Normal file
BIN
moonlight/gfx/tiles/bigtop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 234 KiB |
@@ -151,6 +151,10 @@ SoundSprite.prototype.adjust_relative_to = function(spr) {
|
|||||||
var moonlightSettings = {
|
var moonlightSettings = {
|
||||||
'map' : {
|
'map' : {
|
||||||
'tilesets': [
|
'tilesets': [
|
||||||
|
{
|
||||||
|
'name': 'bigtop',
|
||||||
|
'path': 'gfx/tiles/bigtop.png'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'name': '009-CastleTown01',
|
'name': '009-CastleTown01',
|
||||||
'path': 'gfx/tiles/009-CastleTown01.png'
|
'path': 'gfx/tiles/009-CastleTown01.png'
|
||||||
@@ -273,13 +277,13 @@ var moonlightSettings = {
|
|||||||
'name': 'fountain',
|
'name': 'fountain',
|
||||||
'path': 'sfx/fountain.wav'
|
'path': 'sfx/fountain.wav'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'name': 'background_music',
|
|
||||||
'path': 'bgm/Hidden Agenda.mp3'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'name': 'fire',
|
'name': 'fire',
|
||||||
'path': 'sfx/fire.ogg'
|
'path': 'sfx/fire.ogg'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name': 'calliope',
|
||||||
|
'path': 'sfx/calliope.mp3'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'images': [
|
'images': [
|
||||||
@@ -427,6 +431,11 @@ var moonlightSettings = {
|
|||||||
'frames': [6, 7, 8],
|
'frames': [6, 7, 8],
|
||||||
'speed': 6,
|
'speed': 6,
|
||||||
'loop': true
|
'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) {
|
this.effectSprites.forEach(function(spr) {
|
||||||
spr.update_new_values();
|
spr.update_new_values();
|
||||||
}, this)
|
}, this)
|
||||||
player = this.add.sprite((20 * 32), (25 * 32), 'player');
|
player = this.add.sprite((10 * 32), (17 * 32), 'player');
|
||||||
player.lightmeter = 0;
|
player.lightmeter = 0;
|
||||||
};
|
};
|
||||||
if ( lp['collides'] == true ) {
|
if ( lp['collides'] == true ) {
|
||||||
|
|||||||
BIN
moonlight/sfx/calliope.mp3
Normal file
BIN
moonlight/sfx/calliope.mp3
Normal file
Binary file not shown.
Reference in New Issue
Block a user