d_lyt_common_icon_item OK

This commit is contained in:
robojumper
2025-03-31 00:10:04 +02:00
parent daadae4881
commit 2368524c57
22 changed files with 1373 additions and 246 deletions
+3 -3
View File
@@ -53,8 +53,8 @@ public:
bool isStop() const;
bool isStop2() const;
f32 getStartFrame() const;
f32 getEndFrame() const;
f32 getEndFrame2() const;
inline f32 getFrame() const {
return mCurrFrame;
@@ -68,8 +68,8 @@ public:
mFlags = flags;
}
inline void setToStart() {
setFrame(0.0f);
inline u8 getFlags() const {
return mFlags;
}
inline bool isEndReached() const {