From 53398c3dc4b63bcd82ca7e80bac3c4263fd7d383 Mon Sep 17 00:00:00 2001 From: David Thompson <dthompson2@worcester.edu> Date: Sun, 26 May 2024 21:56:45 -0400 Subject: [PATCH] Slightly tweak tutorial-7. --- modules/game/levels/tutorial-7.tmx | 39 ++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/modules/game/levels/tutorial-7.tmx b/modules/game/levels/tutorial-7.tmx index 2734ebb..01914b8 100644 --- a/modules/game/levels/tutorial-7.tmx +++ b/modules/game/levels/tutorial-7.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.6" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="47"> +<map version="1.8" tiledversion="1.8.6" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="56"> <tileset firstgid="1" source="tiles.tsx"/> <layer id="1" name="background" width="20" height="15"> <data encoding="csv"> @@ -21,7 +21,7 @@ </data> </layer> <objectgroup id="2" name="objects"> - <object id="1" type="player-spawn" gid="1" x="192" y="96" width="16" height="16"/> + <object id="1" type="player-spawn" gid="1" x="192" y="112" width="16" height="16"/> <object id="7" type="gem" gid="29" x="288" y="96" width="16" height="16"/> <object id="28" type="electric-switch" gid="8" x="80" y="128" width="16" height="16"> <properties> @@ -89,5 +89,40 @@ <property name="kind" value="copper"/> </properties> </object> + <object id="47" type="block" gid="30" x="160" y="160" width="16" height="16"> + <properties> + <property name="kind" value="crate"/> + </properties> + </object> + <object id="48" type="block" gid="30" x="176" y="176" width="16" height="16"> + <properties> + <property name="kind" value="crate"/> + </properties> + </object> + <object id="49" type="block" gid="30" x="176" y="192" width="16" height="16"> + <properties> + <property name="kind" value="crate"/> + </properties> + </object> + <object id="50" type="block" gid="30" x="192" y="176" width="16" height="16"> + <properties> + <property name="kind" value="crate"/> + </properties> + </object> + <object id="51" type="block" gid="30" x="208" y="192" width="16" height="16"> + <properties> + <property name="kind" value="crate"/> + </properties> + </object> + <object id="52" type="block" gid="30" x="192" y="208" width="16" height="16"> + <properties> + <property name="kind" value="crate"/> + </properties> + </object> + <object id="53" type="block" gid="30" x="160" y="208" width="16" height="16"> + <properties> + <property name="kind" value="crate"/> + </properties> + </object> </objectgroup> </map>