- [FIX] Retocades les coordenades d'entrada de l'heroi
- [NEW] Amb CTRL+cursors es pot moure de 8 en 8 en l'editor - [DEL] Ja no es pot canviar d'actor amb ctrl+cursors en l'editor - [NEW] Ja estic fent les habitacions definitives. Ahi si que no vull spoilechar
This commit is contained in:
@@ -1,11 +1,86 @@
|
||||
width: 2
|
||||
height: 2
|
||||
width: 3
|
||||
height: 1
|
||||
door-height-xp: 0
|
||||
door-height-xn: 0
|
||||
color: CYAN
|
||||
floor-texture: 0
|
||||
wall-texture: 0
|
||||
door-texture: 0
|
||||
under-door-texture: 0
|
||||
color: WHITE
|
||||
floor-texture: 1
|
||||
wall-texture: 6
|
||||
door-texture: 6
|
||||
under-door-texture: 6
|
||||
exit-xp: 3
|
||||
exit-xn: 5
|
||||
|
||||
actor{
|
||||
name: ROOMBA
|
||||
bmp: caixes.gif
|
||||
bmp-rect: 160 0 32 32
|
||||
bmp-offset: 0 34
|
||||
pos: 8 16 0
|
||||
size: 8 8 2
|
||||
orient: YP
|
||||
flags: REACTIVE MOVING DEADLY
|
||||
react-mask: XP XN YP YN ZP ZN
|
||||
movement: Y
|
||||
}
|
||||
|
||||
actor{
|
||||
name: KALLAX-A
|
||||
bmp: altres.gif
|
||||
bmp-rect: 0 48 24 27
|
||||
bmp-offset: -8 31
|
||||
pos: 8 16 8
|
||||
size: 8 4 8
|
||||
orient: YP
|
||||
flags: ORIENTABLE
|
||||
movement: CW
|
||||
}
|
||||
|
||||
actor{
|
||||
name: KALLAX-A01
|
||||
bmp: altres.gif
|
||||
bmp-rect: 0 48 24 27
|
||||
bmp-offset: -8 31
|
||||
pos: 24 16 8
|
||||
size: 8 4 8
|
||||
orient: YP
|
||||
flags: ORIENTABLE
|
||||
movement: CW
|
||||
}
|
||||
|
||||
actor{
|
||||
name: KALLAX-A02
|
||||
bmp: altres.gif
|
||||
bmp-rect: 0 48 24 27
|
||||
bmp-offset: -8 31
|
||||
pos: 40 16 8
|
||||
size: 8 4 8
|
||||
orient: YP
|
||||
flags: ORIENTABLE
|
||||
movement: CW
|
||||
}
|
||||
|
||||
actor{
|
||||
name: ROOMBA01
|
||||
bmp: caixes.gif
|
||||
bmp-rect: 160 0 32 32
|
||||
bmp-offset: 0 34
|
||||
pos: 24 24 0
|
||||
size: 8 8 2
|
||||
orient: YP
|
||||
flags: REACTIVE MOVING DEADLY
|
||||
react-mask: XP XN YP YN ZP ZN
|
||||
movement: Y
|
||||
}
|
||||
|
||||
actor{
|
||||
name: ROOMBA02
|
||||
bmp: caixes.gif
|
||||
bmp-rect: 160 0 32 32
|
||||
bmp-offset: 0 34
|
||||
pos: 40 32 0
|
||||
size: 8 8 2
|
||||
orient: YP
|
||||
flags: REACTIVE MOVING DEADLY
|
||||
react-mask: XP XN YP YN ZP ZN
|
||||
movement: Y
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user