This ZIP archive contains a demonstration XNA 4.0 application using the
xTile engine. The demo loads a
.tide map file and displays it on screen, allowing the user to navigate the map with the keyboard or gamepad.
Prerequisites
- .NET Framework 4.0
- XNA 4.0 Redistributable
To run the demo, unzip the archive file and execute the
Demo.exe application. On-screen instructions are provided to navigate the map, toggle to full-screen mode
etc.New Features
- Added wind-swept leave animations to illustrate BeforeDraw and AfterDraw layer events
