Arreglado el color del marcador al cambiar de paleta

This commit is contained in:
2022-11-02 17:25:42 +01:00
parent c3a82b938f
commit 5302e16064
10 changed files with 130 additions and 81 deletions

View File

@@ -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]