forked from jaildesigner-jailgames/jaildoctors_dilemma
Arreglado el color del marcador al cambiar de paleta
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name=QVOID IS A JAILGAME!
|
||||
bgColor=bright_black
|
||||
bgColor=blue
|
||||
border=bright_black
|
||||
tileMapFile=30.tmx
|
||||
tileSetFile=standard.png
|
||||
@@ -9,25 +9,57 @@ roomLeft=0
|
||||
roomRight=29.room
|
||||
|
||||
[enemy]
|
||||
tileSetFile=diskette.png
|
||||
animation=diskette.ani
|
||||
tileSetFile=qvoid.png
|
||||
animation=qvoid.ani
|
||||
width=16
|
||||
height=16
|
||||
x=2
|
||||
y=2
|
||||
vx=0
|
||||
x=1
|
||||
y=1
|
||||
vx=0.7
|
||||
vy=0
|
||||
x1=2
|
||||
y1=2
|
||||
x2=2
|
||||
y2=2
|
||||
color=magenta
|
||||
x1=1
|
||||
y1=1
|
||||
x2=29
|
||||
y2=1
|
||||
color=white
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileSetFile=qvoid.png
|
||||
animation=qvoid.ani
|
||||
width=16
|
||||
height=16
|
||||
x=29
|
||||
y=1
|
||||
vx=-0.7
|
||||
vy=0
|
||||
x1=1
|
||||
y1=1
|
||||
x2=29
|
||||
y2=1
|
||||
color=red
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileSetFile=qvoid.png
|
||||
animation=qvoid.ani
|
||||
width=16
|
||||
height=16
|
||||
x=6
|
||||
y=7
|
||||
vx=-0.5
|
||||
vy=0
|
||||
x1=1
|
||||
y1=7
|
||||
x2=27
|
||||
y2=7
|
||||
color=green
|
||||
[/enemy]
|
||||
|
||||
[item]
|
||||
tileSetFile=items.png
|
||||
tile=1
|
||||
tile=20
|
||||
x=1
|
||||
y=1
|
||||
y=2
|
||||
counter=1
|
||||
[/item]
|
||||
Reference in New Issue
Block a user