Browse Subversion Repository
Contents of /trunk/freesc/mizuhopk.scm
Parent Directory
| Revision Log
Revision 30 -
( show annotations)
( download)
Mon Feb 26 13:50:55 2007 UTC
(17 years, 1 month ago)
by tmurakam
File size: 712 byte(s)
file moved
| 1 |
; |
| 2 |
; 瑞穂公園 (Mizuho park) |
| 3 |
; |
| 4 |
|
| 5 |
if ($WithPhoto) |
| 6 |
|
| 7 |
Area( 5 N35:7:13.1 E136:56:45.5 5 ) |
| 8 |
; LayerCall を使わないと表示されない。scasm 付属の sc_hints.txt を参照 |
| 9 |
LayerCall( :L1 4 ) |
| 10 |
Jump( : ) |
| 11 |
|
| 12 |
:L1 |
| 13 |
Refpoint( 7 :No_object 1 N35:7:13.1 E136:56:45.5 ) |
| 14 |
|
| 15 |
Points( 0 |
| 16 |
; -244 0 182 ; 0 |
| 17 |
; -191 0 -351 ; 1 |
| 18 |
; 96 0 -342 ; 2 |
| 19 |
; 146 0 -256 ; 3 |
| 20 |
; 265 0 -271 ; 4 |
| 21 |
; 116 0 466 ; 5 |
| 22 |
; -98 0 379 ; 6 |
| 23 |
; -85 0 197 ; 7 |
| 24 |
-144 0 182 ; 0 |
| 25 |
-91 0 -351 ; 1 |
| 26 |
196 0 -342 ; 2 |
| 27 |
246 0 -256 ; 3 |
| 28 |
365 0 -271 ; 4 |
| 29 |
216 0 466 ; 5 |
| 30 |
2 0 379 ; 6 |
| 31 |
15 0 197 ; 7 |
| 32 |
) |
| 33 |
|
| 34 |
; Bitmap( burb2.r8 0 0 0 0 ) |
| 35 |
Bitmap( park.r8 0 0 0 0 ) |
| 36 |
ConcavePoly |
| 37 |
StartSurface |
| 38 |
MoveToPt( 0 ) |
| 39 |
DrawToPt( 1 2 3 4 5 6 7 ) |
| 40 |
EndSurface |
| 41 |
:No_object |
| 42 |
Return |
| 43 |
|
| 44 |
EndA |
| 45 |
|
| 46 |
endif // $WithPhoto |
Properties
| svn:eol-style |
native
|
| svn:keywords |
Author Date Id Revision
|
|