diff --git a/data/rooms/07.txt b/data/rooms/07.txt index 546a5c5..55e73b0 100644 --- a/data/rooms/07.txt +++ b/data/rooms/07.txt @@ -1,10 +1,13 @@ width: 3 height: 3 +door-height-xp: 0 +door-height-xn: 0 color: PURPLE floor-texture: 0 wall-texture: 0 door-texture: 0 under-door-texture: 0 +exit-xn: 8 exit-zn: 6 actor{ diff --git a/data/rooms/08.txt b/data/rooms/08.txt new file mode 100644 index 0000000..6c1edfe --- /dev/null +++ b/data/rooms/08.txt @@ -0,0 +1,35 @@ +width: 2 +height: 2 +door-height-xp: 0 +color: CYAN +floor-texture: 0 +wall-texture: 11 +door-texture: 0 +under-door-texture: 0 +exit-xp: 7 + +actor{ + name: P-FILTER + bmp: objectes.gif + bmp-rect: 24 0 24 32 + bmp-offset: -4 34 + pos: 8 8 0 + size: 4 4 4 + anim-cycle: SEQ + anim-wait: 2 + flags: SPECIAL + movement: CW +} + +actor{ + name: P-TIMER + bmp: objectes.gif + bmp-rect: 96 0 24 32 + bmp-offset: -4 34 + pos: 8 16 0 + size: 4 4 4 + anim-cycle: SEQ + anim-wait: 2 + flags: SPECIAL + movement: CW +} diff --git a/data/templates.txt b/data/templates.txt index 3e8f16c..ddad13f 100644 --- a/data/templates.txt +++ b/data/templates.txt @@ -20,7 +20,7 @@ actor{ anim-wait: 1 flags: PUSHABLE ANIMATED GRAVITY movement: CW -} +} actor{ name: NEVERA1 @@ -79,3 +79,16 @@ actor{ flags: SPECIAL movement: CW } + +actor{ + name: P-TIMER + bmp: objectes.gif + bmp-rect: 96 0 24 32 + bmp-offset: -4 34 + pos: 8 16 0 + size: 4 4 4 + anim-cycle: SEQ + anim-wait: 2 + flags: SPECIAL + movement: CW +}