forked from jaildesigner-jailgames/jaildoctors_dilemma
Cambiado el nombre del enemigo diskette a floppy
This commit is contained in:
|
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 271 B |
@@ -11,8 +11,8 @@ itemColor1=bright_green
|
||||
itemColor2=green
|
||||
|
||||
[enemy]
|
||||
tileSetFile=diskette.png
|
||||
animation=diskette.ani
|
||||
tileSetFile=floppy.png
|
||||
animation=floppy.ani
|
||||
width=16
|
||||
height=16
|
||||
x=15
|
||||
|
||||
@@ -11,8 +11,8 @@ itemColor1=red
|
||||
itemColor2=magenta
|
||||
|
||||
[enemy]
|
||||
tileSetFile=diskette.png
|
||||
animation=diskette.ani
|
||||
tileSetFile=floppy.png
|
||||
animation=floppy.ani
|
||||
width=16
|
||||
height=16
|
||||
x=9
|
||||
@@ -27,8 +27,8 @@ color=green
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileSetFile=diskette.png
|
||||
animation=diskette.ani
|
||||
tileSetFile=floppy.png
|
||||
animation=floppy.ani
|
||||
width=16
|
||||
height=16
|
||||
x=1
|
||||
|
||||
@@ -11,8 +11,8 @@ itemColor1=yellow
|
||||
itemColor2=red
|
||||
|
||||
[enemy]
|
||||
tileSetFile=diskette.png
|
||||
animation=diskette.ani
|
||||
tileSetFile=floppy.png
|
||||
animation=floppy.ani
|
||||
width=16
|
||||
height=16
|
||||
x=5
|
||||
@@ -27,8 +27,8 @@ color=green
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileSetFile=diskette.png
|
||||
animation=diskette.ani
|
||||
tileSetFile=floppy.png
|
||||
animation=floppy.ani
|
||||
width=16
|
||||
height=16
|
||||
x=12
|
||||
|
||||
@@ -9,8 +9,8 @@ roomLeft=26.room
|
||||
roomRight=0
|
||||
|
||||
#[enemy]
|
||||
#tileSetFile=diskette.png
|
||||
#animation=diskette.ani
|
||||
#tileSetFile=floppy.png
|
||||
#animation=floppy.ani
|
||||
#width=16
|
||||
#height=16
|
||||
#x=2
|
||||
|
||||
@@ -11,8 +11,8 @@ itemColor1=green
|
||||
itemColor2=red
|
||||
|
||||
[enemy]
|
||||
tileSetFile=diskette.png
|
||||
animation=diskette.ani
|
||||
tileSetFile=floppy.png
|
||||
animation=floppy.ani
|
||||
width=16
|
||||
height=16
|
||||
x=20
|
||||
|
||||
@@ -9,8 +9,8 @@ roomLeft=0
|
||||
roomRight=49.room
|
||||
|
||||
[enemy]
|
||||
tileSetFile=diskette.png
|
||||
animation=diskette.ani
|
||||
tileSetFile=floppy.png
|
||||
animation=floppy.ani
|
||||
width=16
|
||||
height=16
|
||||
x=7
|
||||
@@ -25,8 +25,8 @@ color=magenta
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileSetFile=diskette.png
|
||||
animation=diskette.ani
|
||||
tileSetFile=floppy.png
|
||||
animation=floppy.ani
|
||||
width=16
|
||||
height=16
|
||||
x=20
|
||||
|
||||
@@ -585,7 +585,7 @@ void Director::loadResources(section_t section)
|
||||
textureList.push_back("demon.png");
|
||||
textureList.push_back("heavy.png");
|
||||
textureList.push_back("dimallas.png");
|
||||
textureList.push_back("diskette.png");
|
||||
textureList.push_back("floppy.png");
|
||||
textureList.push_back("dong.png");
|
||||
textureList.push_back("guitar.png");
|
||||
textureList.push_back("jailbattle_alien.png");
|
||||
@@ -648,7 +648,7 @@ void Director::loadResources(section_t section)
|
||||
animationList.push_back("demon.ani");
|
||||
animationList.push_back("heavy.ani");
|
||||
animationList.push_back("dimallas.ani");
|
||||
animationList.push_back("diskette.ani");
|
||||
animationList.push_back("floppy.ani");
|
||||
animationList.push_back("dong.ani");
|
||||
animationList.push_back("guitar.ani");
|
||||
animationList.push_back("jailbattle_alien.ani");
|
||||
@@ -759,7 +759,7 @@ void Director::loadResources(section_t section)
|
||||
textureList.push_back("crosshair.png");
|
||||
textureList.push_back("demon.png");
|
||||
textureList.push_back("dimallas.png");
|
||||
textureList.push_back("diskette.png");
|
||||
textureList.push_back("floppy.png");
|
||||
textureList.push_back("dong.png");
|
||||
textureList.push_back("guitar.png");
|
||||
textureList.push_back("heavy.png");
|
||||
@@ -840,7 +840,7 @@ void Director::loadResources(section_t section)
|
||||
animationList.push_back("crosshair.ani");
|
||||
animationList.push_back("demon.ani");
|
||||
animationList.push_back("dimallas.ani");
|
||||
animationList.push_back("diskette.ani");
|
||||
animationList.push_back("floppy.ani");
|
||||
animationList.push_back("dong.ani");
|
||||
animationList.push_back("guitar.ani");
|
||||
animationList.push_back("heavy.ani");
|
||||
@@ -1537,8 +1537,8 @@ bool Director::setFileList()
|
||||
asset->add(prefix + "/data/enemies/demon.png", t_bitmap);
|
||||
asset->add(prefix + "/data/enemies/dimallas.ani", t_data);
|
||||
asset->add(prefix + "/data/enemies/dimallas.png", t_bitmap);
|
||||
asset->add(prefix + "/data/enemies/diskette.ani", t_data);
|
||||
asset->add(prefix + "/data/enemies/diskette.png", t_bitmap);
|
||||
asset->add(prefix + "/data/enemies/floppy.ani", t_data);
|
||||
asset->add(prefix + "/data/enemies/floppy.png", t_bitmap);
|
||||
asset->add(prefix + "/data/enemies/dong.ani", t_data);
|
||||
asset->add(prefix + "/data/enemies/dong.png", t_bitmap);
|
||||
asset->add(prefix + "/data/enemies/guitar.ani", t_data);
|
||||
|
||||
@@ -288,7 +288,7 @@ void Ending2::iniSpriteList()
|
||||
|
||||
// Añade los valores
|
||||
spriteList.push_back("bin");
|
||||
spriteList.push_back("diskette");
|
||||
spriteList.push_back("floppy");
|
||||
spriteList.push_back("bird");
|
||||
spriteList.push_back("chip");
|
||||
spriteList.push_back("jeannine");
|
||||
|
||||
Reference in New Issue
Block a user