diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/maps/level1.lua | 41 | ||||
-rw-r--r-- | assets/sfx/sfx_deathscream_alien1.wav | bin | 0 -> 133922 bytes |
2 files changed, 40 insertions, 1 deletions
diff --git a/assets/maps/level1.lua b/assets/maps/level1.lua index 59bb243..41084c5 100644 --- a/assets/maps/level1.lua +++ b/assets/maps/level1.lua @@ -9,7 +9,7 @@ return { tilewidth = 16, tileheight = 16, nextlayerid = 6, - nextobjectid = 21, + nextobjectid = 25, properties = {}, tilesets = { { @@ -273,6 +273,45 @@ return { rotation = 0, visible = true, properties = {} + }, + { + id = 22, + name = "", + type = "", + shape = "rectangle", + x = 256, + y = 48, + width = 6.9375, + height = 16, + rotation = 0, + visible = true, + properties = {} + }, + { + id = 23, + name = "", + type = "", + shape = "rectangle", + x = 280.969, + y = 48, + width = 6.9375, + height = 16, + rotation = 0, + visible = true, + properties = {} + }, + { + id = 24, + name = "", + type = "", + shape = "rectangle", + x = 263.375, + y = 54.875, + width = 17.25, + height = 9.0625, + rotation = 0, + visible = true, + properties = {} } } }, diff --git a/assets/sfx/sfx_deathscream_alien1.wav b/assets/sfx/sfx_deathscream_alien1.wav Binary files differnew file mode 100644 index 0000000..7786710 --- /dev/null +++ b/assets/sfx/sfx_deathscream_alien1.wav |