renamed all Rect2.pos to Rect2.position
This commit is contained in:
@ -63,8 +63,8 @@ Variant fieldwise_assign(const Variant &p_target, const Variant &p_source, const
|
||||
|
||||
SETUP_TYPE(Rect2)
|
||||
|
||||
/**/ TRY_TRANSFER_FIELD("x", pos.x)
|
||||
else TRY_TRANSFER_FIELD("y", pos.y)
|
||||
/**/ TRY_TRANSFER_FIELD("x", position.x)
|
||||
else TRY_TRANSFER_FIELD("y", position.y)
|
||||
else TRY_TRANSFER_FIELD("w", size.x)
|
||||
else TRY_TRANSFER_FIELD("h", size.y)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user