2 * $DragonFly: src/games/phantasia/map.c,v 1.3 2005/05/31 00:06:26 swildner Exp $
5 #define minusminus plusplus
6 #define minusplus plusminus
14 space(-1400, -1000, 1200, 1200);
24 /* Grid -- horizontal lines every 200 */
27 line(600, -800, -1400, -800);
28 line(-1400, -600, 600, -600);
29 line(600, -400, -1400, -400);
30 line(-1400, -200, 600, -200);
32 line(600, 0, -1400, 0);
34 line(-1400, 200, 600, 200);
35 line(600, 400, -1400, 400);
36 line(-1400, 600, 600, 600);
37 line(600, 800, -1400, 800);
39 /* Grid -- vertical lines every 200 */
41 line(-1200, 1000, -1200, -1000);
42 line(-1000, 1000, -1000, -1000);
43 line(-800, 1000, -800, -1000);
44 line(-600, 1000, -600, -1000);
46 line(-400, 1000, -400, -1000);
48 line(-200, 1000, -200, -1000);
49 line(0, 1000, 0, -1000);
50 line(200, 1000, 200, -1000);
51 line(400, 1000, 400, -1000);
53 /* Circles radius +250 on "center" */
59 circle(-400, 0, 1000);
64 label("- THE PHANTASIA UNIVERSE -");
65 line(-630, 1045, -115, 1045);
74 plusplus("Rovanion", -250, 320);
75 plusplus("The Iron Hills", -100, 560);
76 plusplus("Rhun", 250, 570);
77 minusplus("Dunland", -700, 160);
78 minusplus("Eriador", -920, 300);
79 minusplus("The Northern Waste", -1240, 320);
80 minusminus("Gondor", -720, -180);
81 minusminus("South Gondor", -940, -270);
82 minusminus("Far Harad", -1100, -500);
83 plusminus("Mordor", -180, -300);
84 plusminus("Khand", 0, -500);
85 plusminus("Near Harad", 40, -780);
101 label("Adventurous");
103 label("OUTER CIRCLES:");
104 line(690, 970, 1000, 970);
106 label("> 9: The Outer Waste");
108 label("> 20: The Dead Marshes");
110 label("> 35: Kennaquhair");
112 label("> 55: Morannon");
114 label("(0,0): The Lord's Chamber");
117 label("Grid squares are 100 x 100");
119 label("Created by Ted Estes");
121 label("Plotted by Chris Robertson");
124 circle(723, -923, 20);
134 plusplus(char *s
, int x
, int y
) /* draw strings in plus plus quadrant */
150 plusminus(char *s
, int x
, int y
) /* draw strings in plus minus quadrant */