- [FIX] No es podia colocar actors en l'ultima fila o columna en floating mode

- Més habitacions, actors i gràfics
This commit is contained in:
2024-09-22 22:08:19 +02:00
parent 11da5b033c
commit edc8e0b51d
5 changed files with 647 additions and 14 deletions

View File

@@ -128,6 +128,30 @@ category{
react-push: XP
}
actor{
name: CONV-YP
bmp: caixes.gif
bmp-rect: 0 128 32 32
bmp-offset: 0 32
pos: 8 0 0
size: 8 8 4
orient: YP
anim-cycle: MIN
flags: REACTIVE ANIMATED ORIENTABLE
react-mask: ZN
react-push: YP
}
actor{
name: TRANSPA
bmp: altres.gif
bmp-rect: 0 160 32 32
bmp-offset: 0 32
pos: 24 24 0
size: 8 8 6
movement: CW
}
}
category{
@@ -187,9 +211,9 @@ category{
name: CADIRA
bmp: caixes.gif
bmp-rect: 64 96 20 32
bmp-offset: -8 40
pos: 8 51 0
size: 5 4 8
bmp-offset: -7 38
pos: 24 40 0
size: 6 5 8
orient: YP
movement: CW
}
@@ -395,6 +419,20 @@ category{
movement: CCW
}
actor{
name: OBRER
bmp: obrer.gif
bmp-rect: 0 0 24 32
bmp-offset: -4 37
pos: 48 0 4
size: 8 8 8
orient: YP
anim-wait: 1
flags: REACTIVE MOVING ANIMATED ORIENTABLE DEADLY
react-mask: XP XN YP YN ZP ZN
movement: Y
}
}
category{
@@ -495,4 +533,14 @@ category{
movement: CW
}
actor{
name: TRANSPA
bmp: altres.gif
bmp-rect: 0 160 32 32
bmp-offset: 0 32
pos: 24 24 0
size: 8 8 8
movement: CW
}
}