-
Notifications
You must be signed in to change notification settings - Fork 10
/
garden.wl
149 lines (135 loc) · 2.23 KB
/
garden.wl
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
/*
* fractal.wl: Gothic garden by Aardappel
* part of WadC
*
* Copyright © 2000 Wouter van Oortmerssen
*
* Distributed under the terms of the GNU GPL Version 2
* See file LICENSE.txt
*
* requires Q1TEX.WAD to play
*/
#"standard.h"
main {
thing
garden
}
garden {
sky
green
!gst
gardenpit
straight(128)
!mids
movestep(0,-288)
gardenpit
^mids
rotleft
move(736)
left(128)
leftsector(0,128,160)
^gst
rotright
move(288)
chouter
sidearea(1344)
sidearea(480)
sidearea(1344)
sidearea(480)
}
sidearea(d) {
eleft(128)
straight(d)
eleft(128)
leftsector(0,128,160)
rotright
}
gardenpit {
for(1,4,hedgeblock
gardenstairs
movestep(288,-448)
rotright)
move(256)
straight(32)
green
leftsector(-96,128,128)
movestep(448,288)
}
gardenstairs {
!gs
left(32)
straight(96)
^gs
stdescent(0,-96)
^gs
}
stdescent(h,max) {
eq(h,max)
? 0
: green
straight(32)
met8w
!nextstep
left(32)
!midbit
left(32)
left(32)
metfl
leftsector(h,128,160)
^midbit
eright(16)
left(64)
eleft(16)
!midbit
straight(32)
stonefl
leftsector(h,128,160)
^midbit
right(32)
left(32)
left(32)
metfl
leftsector(h,128,160)
^nextstep
stdescent(sub(h,16),max)
}
hedgeblock {
green
move(32)
for(1,4,
for(1,4,hedge(16) hedge(32))
rotright
move(32))
right(32)
left(32)
water
rightsector(8,128,192)
movestep(-64,-32)
}
hedge(h) {
straight(32)
right(32)
right(32)
right(32)
rightsector(h,128,240)
rotright
move(32)
}
secch1 { floor("CFLOOR1") ceil("CITYF17") }
secch2 { floor("WOODF4") ceil("CITYF17") }
secmet8 { floor("METALF07") ceil("METALF07") }
secmet16 { floor("METALF18") ceil("METALF18") }
sechall { floor("METALF11") ceil("WOODF8") }
water { floor("QWATER1") }
sky { ceil("F_SKY1") }
green { floor("QGRASS") wall("QROCK4") }
stonefl { floor("WALLF1") }
metfl { floor("METALF18") }
brick { wall("QCITY01") }
brick2 { wall("QBRICK5") }
column { wall("QCOLUMN") }
met8w { wall("QMET01") }
chouter { wall("QMET13") }
chouter2 { wall("QMET16") }
chwindow { mid("QWINDOW4") }
smalllite { mid("LITE5") }