Added ability for multiple images to be imported as an atlas
This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field
This commit is contained in:
parent
8e652a1400
commit
04847ef5f9
35 changed files with 1818 additions and 33 deletions
|
|
@ -106,7 +106,7 @@ Size2 Transform2D::get_scale() const {
|
|||
return Size2(elements[0].length(), det_sign * elements[1].length());
|
||||
}
|
||||
|
||||
void Transform2D::set_scale(Size2 &p_scale) {
|
||||
void Transform2D::set_scale(const Size2 &p_scale) {
|
||||
elements[0].normalize();
|
||||
elements[1].normalize();
|
||||
elements[0] *= p_scale.x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue