Changeset 6540 for 2015/27/ohjaajat/TheLegendOfGabriel
- Timestamp:
- 2015-06-29 18:48:06 (6 years ago)
- Location:
- 2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel.cs
r6539 r6540 7 7 using Jypeli.Effects; 8 8 using Jypeli.Widgets; 9 using Microsoft.Xna.Framework;10 using Physics2DDotNet;11 using Color = Jypeli.Color;12 9 13 10 sealed class Exit : PhysicsObject … … 192 189 double dt = gameTime.SinceLastUpdate.TotalSeconds; 193 190 194 const double transitionSpeed = 3.0;191 const double transitionSpeed = 5.0; 195 192 196 193 if (transition) -
2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabrielContent/testlevel.tmx
r6539 r6540 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <map version="1.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="20" tileheight="20" nextobjectid=" 2">2 <map version="1.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="20" tileheight="20" nextobjectid="3"> 3 3 <tileset firstgid="1" source="LegendOfGabrielTileset.tsx"/> 4 4 <layer name="base" width="20" height="15"> 5 5 <data encoding="base64" compression="zlib"> 6 eJxjYmBgYAJiZijNhIM/FDEzEqaGGcxIY pSYR4zYQJlHrB3Udh96+OKKN2YsbGxqSbUX3QxyzSM2HHClK3zuwOc+Yt2Jbi+hPEKL9Eqs3dgwAPgnApg=6 eJxjYmBgYAJiZijNhIM/FDEzEqaGGcxIYuSGETY9lLqPmubhs4OW/kUPX1zxxoyFjU0tqfaim0GuecSGA650hc8d+NxHrDvR7SWUR2iRXom1GxsGAP4fApo= 7 7 </data> 8 8 </layer> … … 13 13 </properties> 14 14 </object> 15 <object id="2" name="right" x="380" y="80" width="20" height="40"> 16 <properties> 17 <property name="goto" value="testlevel2@left"/> 18 </properties> 19 </object> 15 20 </objectgroup> 16 21 </map> -
2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabrielContent/testlevel2.tmx
r6539 r6540 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <map version="1.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="20" tileheight="20" nextobjectid=" 4">2 <map version="1.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="20" tileheight="20" nextobjectid="5"> 3 3 <tileset firstgid="1" source="LegendOfGabrielTileset.tsx"/> 4 4 <layer name="base" width="20" height="15"> 5 5 <data encoding="base64" compression="zlib"> 6 eJxjYmBgYBoEmJlIeWY0MXQ+ueYR0kuMecxo5tHKfcSaQWz4ERsG o3gU0xqjpzt0PgDvuwJ66 eJxjYmBgYBoEmJlIeWY0MXQ+ueYR0kuMecxo5tHKfcSaQWz4ERsGAxHvww2PNP9SGj7ofADzKwJ8 7 7 </data> 8 8 </layer> … … 13 13 </properties> 14 14 </object> 15 <object id="4" name="left" x="0" y="180" width="20" height="40"> 16 <properties> 17 <property name="goto" value="testlevel@right"/> 18 </properties> 19 </object> 15 20 </objectgroup> 16 21 </map>
Note: See TracChangeset
for help on using the changeset viewer.