Mercurial > fife-parpg
diff clients/rio_de_hola/maps/shrine.xml @ 10:ab09325f901e
Camera was attached to instance on a different layer, resulting in strange scrolling. Fixed it, and added a check to prevent this happening again (attach-to-other-layer fails and logs a warning).
author | jwt@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 06 Jul 2008 17:13:06 +0000 |
parents | 61fdc090b0d4 |
children | 9e15a6f37e8e |
line wrap: on
line diff
--- a/clients/rio_de_hola/maps/shrine.xml Sun Jul 06 10:12:17 2008 +0000 +++ b/clients/rio_de_hola/maps/shrine.xml Sun Jul 06 17:13:06 2008 +0000 @@ -6106,7 +6106,7 @@ <i r="0" id="NPC:girl" z="0.0" x="8.0" o="girl" y="2.0"></i> </instances> </layer> - <camera ref_cell_width="128" zoom="1.157625" tilt="-42.0" viewport="0,0,1280,960" id="main" ref_layer_id="TechdemoMapTileLayer" ref_cell_height="96" rotation="45.0"> + <camera ref_cell_width="64" zoom="1.0" tilt="-42.0" viewport="0,0,1280,960" id="main" ref_layer_id="TechdemoMapGroundObjectLayer" ref_cell_height="48" rotation="45.0"> </camera> <camera ref_cell_width="128" zoom="1.0" tilt="-42.0" viewport="10,10,400,250" id="small" ref_layer_id="TechdemoMapTileLayer" ref_cell_height="96" rotation="45.0"> </camera>