Exemplo n.º 1
0
 public static bool IsWithinMap(int tile_x, int tile_y)
 {
     return(TileWorldHelpers.IsWithinMap(tile_x, tile_y));
 }
Exemplo n.º 2
0
 public static float GaugeBrightnessWithin(int tile_x, int tile_y, int width, int height)
 {
     return(TileWorldHelpers.GaugeBrightnessWithin(tile_x, tile_y, width, height));
 }
Exemplo n.º 3
0
 public static Vector2 DropToGround(Vector2 world_pos)
 {
     return(TileWorldHelpers.DropToGround(world_pos));
 }