- Comencem a implementar els actors especials

- [NEW] Run booster implementat
This commit is contained in:
2024-07-01 14:06:23 +02:00
parent 2b5a124ddf
commit 8789bea813
5 changed files with 128 additions and 21 deletions

View File

@@ -53,3 +53,16 @@ actor{
flags: MOVING
movement: Z
}
actor{
name: BOOSTER
bmp: objectes.gif
bmp-rect: 114 78 15 18
bmp-offset: -8 22
pos: 0 0 0
size: 4 4 4
anim-cycle: SEQ
anim-wait: 2
flags: ANIMATED SPECIAL
movement: CW
}