Tiled sprite improvements!

This commit is contained in:
2023-05-14 19:06:37 -07:00
parent d603da50c7
commit a7aec06aec
13 changed files with 131 additions and 57 deletions

View File

@ -42,8 +42,6 @@ namespace Dawn {
protected:
float_t width = 1;
float_t height = 1;
StateEvent<> eventAlignmentUpdated;
/**
* Simply returns this UI Components' dimensional parent, used for the
@ -60,6 +58,7 @@ namespace Dawn {
public:
StateProperty<bool_t> alignmentNeedsUpdating;
StateEvent<> eventAlignmentUpdated;
/**
* Method used to calculate alignment values.