Add moon campaign: 3 levels with spacecraft transitions
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Level 01 - Test Level
|
||||
# =====================
|
||||
# Level 01 - Space Station
|
||||
# ========================
|
||||
# First armed level. Spacecraft lands from the moon sequence.
|
||||
|
||||
TILESET assets/tiles/tileset.png
|
||||
SIZE 40 23
|
||||
@@ -8,6 +9,9 @@ GRAVITY 400
|
||||
BG_COLOR 15 15 30
|
||||
MUSIC assets/sounds/algardalgar.ogg
|
||||
|
||||
# Spacecraft landing intro (arriving from moon)
|
||||
ENTITY spacecraft 1 14
|
||||
|
||||
# Entity spawns: ENTITY <type> <tile_x> <tile_y>
|
||||
ENTITY grunt 15 18
|
||||
ENTITY grunt 25 18
|
||||
|
||||
Reference in New Issue
Block a user