- [FIX] Ja no pot caminar en diagonal

- Treballant en l'eixida del piso (encara peta)
This commit is contained in:
2024-06-16 22:06:27 +02:00
parent d587b5a0a4
commit 219bdd96b3
6 changed files with 83 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -42,7 +42,7 @@ actor{
bmp: test.gif
bmp-rect: 32 0 32 32
bmp-offset: 0 32
pos: 16 28 4
pos: 12 28 4
size: 8 8 8
flags: PUSHABLE GRAVITY
}

View File

@@ -7,3 +7,63 @@ wall-texture: 0
door-texture: 0
under-door-texture: 0
exit-xp: 0
actor{
name: BOX
bmp: caixes.gif
bmp-rect: 64 32 24 32
bmp-offset: -8 36
pos: 8 8 0
size: 8 4 5
movement: CW
}
actor{
name: BOX01
bmp: caixes.gif
bmp-rect: 96 32 24 32
bmp-offset: -8 36
pos: 8 8 8
size: 8 4 8
movement: CW
}
actor{
name: BOX02
bmp: test.gif
bmp-rect: 32 0 32 32
bmp-offset: 0 32
pos: 8 32 0
size: 8 8 8
movement: CW
}
actor{
name: BOX03
bmp: test.gif
bmp-rect: 32 0 32 32
bmp-offset: 0 32
pos: 8 34 8
size: 8 8 8
movement: CW
}
actor{
name: BOX04
bmp: test.gif
bmp-rect: 32 0 32 32
bmp-offset: 0 32
pos: 8 38 16
size: 8 8 8
movement: CW
}
actor{
name: BOX05
bmp: test.gif
bmp-rect: 32 0 32 32
bmp-offset: 0 32
pos: 8 40 24
size: 8 8 8
movement: CW
}

9
data/rooms/02.txt Normal file
View File

@@ -0,0 +1,9 @@
width: 2
height: 1
door-height-yp: 0
color: BLUE
floor-texture: 1
wall-texture: 2
door-texture: 0
under-door-texture: 0
exit-zp: 0