aboutsummaryrefslogtreecommitdiff
path: root/scene/2d/tile_map.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-12-10 16:40:31 +0100
committerRémi Verschelde2017-12-10 16:40:31 +0100
commit48cefc9c969719d6fab8d3237c6d9e02bd34b64f (patch)
treed724e7a76d47966325b787c31128e403e0e3df9c /scene/2d/tile_map.h
parent523237943cff1bb1b2b5e85289bb89455856437a (diff)
downloadgodot-48cefc9c969719d6fab8d3237c6d9e02bd34b64f.tar.gz
godot-48cefc9c969719d6fab8d3237c6d9e02bd34b64f.tar.zst
godot-48cefc9c969719d6fab8d3237c6d9e02bd34b64f.zip
Diffstat (limited to 'scene/2d/tile_map.h')
-rw-r--r--scene/2d/tile_map.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/scene/2d/tile_map.h b/scene/2d/tile_map.h
index 11d9915cb..e5608884c 100644
--- a/scene/2d/tile_map.h
+++ b/scene/2d/tile_map.h
@@ -68,7 +68,6 @@ private:
Ref<TileSet> tile_set;
Size2i cell_size;
int quadrant_size;
- bool center_x, center_y;
Mode mode;
Transform2D custom_transform;
HalfOffset half_offset;
@@ -231,11 +230,6 @@ public:
void set_quadrant_size(int p_size);
int get_quadrant_size() const;
- void set_center_x(bool p_enable);
- bool get_center_x() const;
- void set_center_y(bool p_enable);
- bool get_center_y() const;
-
void set_cell(int p_x, int p_y, int p_tile, bool p_flip_x = false, bool p_flip_y = false, bool p_transpose = false, Vector2 p_autotile_coord = Vector2());
int get_cell(int p_x, int p_y) const;
bool is_cell_x_flipped(int p_x, int p_y) const;