Method | Description | |
---|---|---|
IsCollisionAt ( int x, int y ) : bool |
Checks to see if there's a collision at the specified location.
|
|
ParseTMXFile ( string filename ) : void |
Parses a TMX map.
|
Method | Description | |
---|---|---|
parseLayer ( |
public IsCollisionAt ( int x, int y ) : bool | ||
x | int | The X coordinate. |
y | int | The Y coordinate. |
return | bool |
public ParseTMXFile ( string filename ) : void | ||
filename | string | The path to the map. |
return | void |