World: add Height property (in pixels)
GitOrigin-RevId: 0ae9f03f8e43ee31d42d3393b51c34d0fcd58db5
This commit is contained in:
parent
bb8cf9e63b
commit
10453ee5ea
@ -93,6 +93,10 @@ namespace SemiColinGames {
|
|||||||
get { return tileWidth * TileSize; }
|
get { return tileWidth * TileSize; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int Height {
|
||||||
|
get { return tileHeight * TileSize; }
|
||||||
|
}
|
||||||
|
|
||||||
readonly string worldString = @"
|
readonly string worldString = @"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user