Changeset 265 for trunk/game/maps/map.xml
- Timestamp:
- 08/28/09 15:55:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/game/maps/map.xml
r264 r265 1127 1127 1128 1128 1129 <i x="-3.0" o="crate" z="0.0" y="-4.0" r="0" id="crate01" object_type="WoodenCrate" is_open="False" locked="False" text="asdf"1130 desc="A crate that is covered in grime and dirt. There doesn't seem to be anything remarkable about it"></i>1129 <i x="-3.0" o="crate" z="0.0" y="-4.0" r="0" id="crate01" object_type="WoodenCrate" is_open="False" locked="False" name="asdf" 1130 text="A crate that is covered in grime and dirt. There doesn't seem to be anything remarkable about it"></i> 1131 1131 1132 1132 <!-- There can be any number of objects --> 1133 1133 <!-- Object blocking is set in the objects own xml file --> 1134 1134 <i x="-4.0" o="crate" z="0.0" y="-6.0" r="0" id="crate02" object_type="WoodenCrate" 1135 is_open="False" locked="False" text="A dirty old crate"1136 desc="A crate that is covered in grime and dirt. There doesn't seem to be anything remarkable about it"></i>1135 is_open="False" locked="False" name="A dirty old crate" 1136 text="A crate that is covered in grime and dirt. There doesn't seem to be anything remarkable about it"></i> 1137 1137 1138 1138 </instances>
Note: See TracChangeset
for help on using the changeset viewer.