Difference between revisions of "Drawing a Tiled Map"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "==Install PyTMX== The current version of writing this is 3.21.5, you need to select Tools, Python, Python Environments. Search for PyTMX or just TMX, this page will show you h...")
 
(Install PyTMX)
Line 1: Line 1:
 
==Install PyTMX==
 
==Install PyTMX==
The current version of writing this is 3.21.5, you need to select Tools, Python, Python Environments. Search for PyTMX or just TMX, this page will show you how to use PyTMX.
+
The current version of writing this is 3.21.5, you need to select Tools, Python, Python Environments.  
 +
 
 +
Select Packages and search for PyTMX, this page will show you how to use PyTMX. Other TMX solutions exist and i will overtime have a look to see which are the best.
 +
 
 +
==Required==
 +
You will need a TMX map, and also the tileset file used and referenced in the map.

Revision as of 09:15, 26 March 2018

Install PyTMX

The current version of writing this is 3.21.5, you need to select Tools, Python, Python Environments.

Select Packages and search for PyTMX, this page will show you how to use PyTMX. Other TMX solutions exist and i will overtime have a look to see which are the best.

Required

You will need a TMX map, and also the tileset file used and referenced in the map.