mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +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
|
|
@ -111,6 +111,7 @@ protected:
|
|||
void _node_removed(Node *p_node);
|
||||
static void _bind_methods();
|
||||
CellOp _get_op_from_cell(const Point2i& p_pos);
|
||||
void _update_transform_buttons(Object *p_button);
|
||||
public:
|
||||
|
||||
HBoxContainer *get_canvas_item_editor_hb() const { return canvas_item_editor_hb; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue