diff options
author | Indrajith K L | 2022-02-28 04:08:01 +0530 |
---|---|---|
committer | Indrajith K L | 2022-02-28 04:08:01 +0530 |
commit | 05add67d6f95c51a3501bc15a742cf9fccc4b67e (patch) | |
tree | 7ca5d70b12bd46af8f9c57f04d12dc563e1d4454 /assets/maps | |
parent | 77f087952dda8cd3608f578877dab3c667fedabc (diff) | |
download | YEAD-05add67d6f95c51a3501bc15a742cf9fccc4b67e.tar.gz YEAD-05add67d6f95c51a3501bc15a742cf9fccc4b67e.tar.bz2 YEAD-05add67d6f95c51a3501bc15a742cf9fccc4b67e.zip |
Adds SFX for monster growl
Diffstat (limited to 'assets/maps')
-rw-r--r-- | assets/maps/level1.lua | 41 |
1 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 = {} } } }, |