diff options
author | NetSysFire <2501566-NetSysFire@users.noreply.gitlab.com> | 2021-08-03 14:32:45 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-03 14:32:45 +0000 |
commit | 1de7e85df57f8077b3a16b27faef27473dd74ffd (patch) | |
tree | c4bafbaa2470791a9278cc05ad7537cd6c143320 /maps | |
parent | 0d409020abfb3654fe36493f3a10e03ffec258f6 (diff) | |
download | clientdata-1de7e85df57f8077b3a16b27faef27473dd74ffd.tar.gz clientdata-1de7e85df57f8077b3a16b27faef27473dd74ffd.tar.bz2 clientdata-1de7e85df57f8077b3a16b27faef27473dd74ffd.tar.xz clientdata-1de7e85df57f8077b3a16b27faef27473dd74ffd.zip |
Fix typos which let a Blub appear as Blob
Diffstat (limited to 'maps')
-rw-r--r-- | maps/001-5.tmx | 2 | ||||
-rw-r--r-- | maps/003-1.tmx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/maps/001-5.tmx b/maps/001-5.tmx index 580b59cb..137d7960 100644 --- a/maps/001-5.tmx +++ b/maps/001-5.tmx @@ -548,7 +548,7 @@ <property name="dest_y" value="22"/> </properties> </object> - <object id="9" name="Blob" type="spawn" x="640" y="640" width="1920" height="1888"> + <object id="9" name="Blub" type="spawn" x="640" y="640" width="1920" height="1888"> <properties> <property name="death" value="60000"/> <property name="max_beings" value="2"/> diff --git a/maps/003-1.tmx b/maps/003-1.tmx index dc129d17..9d4d0087 100644 --- a/maps/003-1.tmx +++ b/maps/003-1.tmx @@ -2798,7 +2798,7 @@ <property name="spawn" value="35000"/> </properties> </object> - <object id="78" name="Blob" type="spawn" x="992" y="2880" width="576" height="768"> + <object id="78" name="Blub" type="spawn" x="992" y="2880" width="576" height="768"> <properties> <property name="death" value="150000"/> <property name="max_beings" value="2"/> |