Skip to content

Instantly share code, notes, and snippets.

@jjmajava
Last active August 29, 2015 14:05
Show Gist options
  • Save jjmajava/bf8842a352fc031d2552 to your computer and use it in GitHub Desktop.
Save jjmajava/bf8842a352fc031d2552 to your computer and use it in GitHub Desktop.
Invader sprites
title Invader sprites
========
OBJECTS
========
Background
black
Invader01 1
lightblue
.000.
0.0.0
00000
.....
0...0
Invader02 2
darkgreen
.0.0.
00.00
00.00
0.0.0
.0.0.
Invader03 3
purple
0.0.0
00.00
.000.
00000
..0..
Invader04 4
green
0.0.0
00000
00.00
0...0
..0..
Invader05 5
orange
.0.0.
00000
00.00
00000
0.0.0
Invader06 6
blue
.....
.000.
0...0
00000
.0.0.
Invader07 7
darkred
0.0.0
0...0
00.00
0.0.0
..0..
Invader08 8
pink
0...0
0.0.0
.000.
.0.0.
..0..
Invader09 9
lightbrown
0...0
.000.
.000.
0...0
00.00
Invader10 0
grey
.000.
00000
.....
.0.0.
.....
Invader11 a
red
.000.
00000
00.00
0...0
.0.0.
Invader12 b
lightgrey
.000.
0...0
00.00
.000.
0.0.0
Invader13 c
brown
00.00
00000
00.00
.000.
.0.0.
Player
Yellow
=======
LEGEND
=======
Invader = 0 or 0 or 1 or 2 or 3 or 4 or 5 or 6 or 7 or 8 or 9 or 0 or a or b or c
. = Background
P = Player
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Player, Invader
======
RULES
======
==============
WINCONDITIONS
==============
=======
LEVELS
=======
1.2.3.4.5.6.7.8.9.0.a.b.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment