Type renames:
Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray
This commit is contained in:
parent
710692278d
commit
bc26f90581
266 changed files with 2466 additions and 2468 deletions
|
|
@ -50,7 +50,7 @@ void ParallaxBackground::_notification(int p_what) {
|
|||
|
||||
}
|
||||
|
||||
void ParallaxBackground::_camera_moved(const Matrix32& p_transform) {
|
||||
void ParallaxBackground::_camera_moved(const Transform2D& p_transform) {
|
||||
|
||||
|
||||
set_scroll_offset(p_transform.get_origin());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue