mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 02:51:25 +00:00
Working TileMap tile transpose transform.
This commit is contained in:
parent
a8b318871c
commit
c5bf43f6eb
16 changed files with 110 additions and 89 deletions
|
|
@ -564,7 +564,8 @@ public:
|
|||
CANVAS_RECT_REGION=1,
|
||||
CANVAS_RECT_TILE=2,
|
||||
CANVAS_RECT_FLIP_H=4,
|
||||
CANVAS_RECT_FLIP_V=8
|
||||
CANVAS_RECT_FLIP_V=8,
|
||||
CANVAS_RECT_TRANSPOSE=16
|
||||
};
|
||||
|
||||
struct CanvasItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue