You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Initialize TileMap Custom Transform
Initialize TileMap Custom Transform to same as Cell Size (64). Fixes #30948.
This commit is contained in:
@@ -1944,6 +1944,7 @@ TileMap::TileMap() {
|
||||
quadrant_order_dirty = false;
|
||||
quadrant_size = 16;
|
||||
cell_size = Size2(64, 64);
|
||||
custom_transform = Transform2D(64, 0, 0, 64, 0, 0);
|
||||
collision_layer = 1;
|
||||
collision_mask = 1;
|
||||
friction = 1;
|
||||
|
||||
Reference in New Issue
Block a user