mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
Initial revision
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
14
atc/games/crossover
Normal file
14
atc/games/crossover
Normal file
@@ -0,0 +1,14 @@
|
||||
update = 5;
|
||||
newplane = 5;
|
||||
width = 29;
|
||||
height = 21;
|
||||
|
||||
exit: ( 0 0 c ) ( 8 0 c ) ( 20 0 z ) ( 28 0 z )
|
||||
( 28 20 q ) ( 20 20 q ) ( 8 20 e ) ( 0 20 e );
|
||||
|
||||
beacon: ( 14 6 ) ( 18 10 ) ( 14 14 ) ( 10 10 );
|
||||
|
||||
line: [ ( 0 0 ) ( 20 20 ) ]
|
||||
[ ( 8 0 ) ( 28 20 ) ]
|
||||
[ ( 20 0 ) ( 0 20 ) ]
|
||||
[ ( 28 0 ) ( 8 20 ) ];
|
||||
Reference in New Issue
Block a user