tiling: Animate tree changes

This commit is contained in:
Victoria Brekenfeld 2023-05-12 20:01:37 +02:00
parent ea1b976076
commit 331b884f1e
23 changed files with 1641 additions and 395 deletions

View file

@ -162,6 +162,7 @@ where
surface,
position.to_physical_precise_round(scale),
scale,
1.0,
)
}
@ -190,6 +191,7 @@ where
surface,
location.into().to_physical_precise_round(scale),
scale,
1.0,
)
}