Overview
SHA1 Hash: | 4027d34fe83e3b891cae3e1393b5a23810096996 |
---|---|
Date: | 2012-07-14 00:36:14 |
User: | kinaba |
Comment: | Changed map letters, with my best respect to the greatest novel "Tobira-no-Soto". |
Timelines: | family | ancestors | descendants | both | trunk |
Diffs: | redesign |
Downloads: | Tarball | ZIP archive |
Other Links: | files | file ages | manifest |
Tags And Properties
- branch=trunk inherited from [16f0b5784f]
- sym-trunk inherited from [16f0b5784f]
Changes
Modified test.d from [e32629a48328bd3f] to [8775e42f1f972b84].
169 if(m.data[y][x]=='R') { 169 if(m.data[y][x]=='R') { 170 if(m.dead) 170 if(m.dead) 171 g.drawText("Я", font, Color(255,0,0), Re 171 g.drawText("Я", font, Color(255,0,0), Re 172 else 172 else 173 g.drawText("R", font, Color(128,128,0), 173 g.drawText("R", font, Color(128,128,0), 174 } 174 } 175 if(m.data[y][x]=='L') { 175 if(m.data[y][x]=='L') { 176 g.drawText("L", font, Color(255,255,0), Rect((x- | 176 g.drawText("扉", font, Color(255,255,0), Rect((x- 177 } 177 } 178 if(m.data[y][x]=='O') { 178 if(m.data[y][x]=='O') { 179 g.drawText("O", font, Color(255,255,0), Rect((x- | 179 g.drawText("外", font, Color(255,255,0), Rect((x- 180 } 180 } 181 if(m.data[y][x]=='#') { 181 if(m.data[y][x]=='#') { 182 g.drawText("#", font, Color(0,0,0), Rect((x-1)*Z 182 g.drawText("#", font, Color(0,0,0), Rect((x-1)*Z 183 } 183 } 184 if(m.data[y][x]=='.') { 184 if(m.data[y][x]=='.') { 185 g.drawText("・", font, Color(128,40,0), Rect((x-1 185 g.drawText("・", font, Color(128,40,0), Rect((x-1 186 } 186 }