File: slopetest.wl

package info (click to toggle)
wadc 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,352 kB
  • sloc: java: 3,808; ansic: 1,950; xml: 135; makefile: 67; sh: 34
file content (26 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * slopetest.wl: simple ZDoom slopes tests
 * part of WadC
 *
 * Copyright © 2001-2008 Wouter van Oortmerssen
 *
 * Distributed under the terms of the GNU GPL Version 2
 * See file LICENSE.txt
 */

#"standard.h"
#"zdoom.h"

main {
  undefx
  twice(left(128))
  mirror(left(128))   -- for fun :)
  sloped(1,2,left(128))
  leftsector(0, 128, 128)
  quad(right(128))
  rightsector(32, 96, 128)
  thing
  movestep(0, -128)
  slopedarch(128, 8, 16, 96, 0, 0, 96, 128, unpegged)
}