mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add new Parallax2D node
This commit is contained in:
parent
f2045ba822
commit
a62870956a
22 changed files with 751 additions and 53 deletions
|
@ -852,6 +852,7 @@ public:
|
|||
|
||||
FUNCRIDSPLIT(canvas)
|
||||
FUNC3(canvas_set_item_mirroring, RID, RID, const Point2 &)
|
||||
FUNC3(canvas_set_item_repeat, RID, const Point2 &, int)
|
||||
FUNC2(canvas_set_modulate, RID, const Color &)
|
||||
FUNC3(canvas_set_parent, RID, RID, float)
|
||||
FUNC1(canvas_set_disable_scale, bool)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue