serenity/Userland/Demos/CatDog
kleines Filmröllchen 93bb943394 Demos/CatDog: Refactor the main states
CatDog's state was previously handled by a bunch of booleans that all
needed to be in sync pretty accurately, but some of these are exclusive
(like alerted and sleeping). This commit introduces a simple enum for
the main states of CatDog which exclude the roaming and direction
states. The main state determines the standing image of CatDog and will
have further effects in the future.
2022-03-02 18:10:02 +01:00
..
CatDog.cpp Demos/CatDog: Refactor the main states 2022-03-02 18:10:02 +01:00
CatDog.h Demos/CatDog: Refactor the main states 2022-03-02 18:10:02 +01:00
CMakeLists.txt CatDog: Use TRY() a lot more :^) 2021-11-25 08:49:31 +01:00
main.cpp Demos/CatDog: Let the speech bubble know about the CatDog widget 2022-03-02 18:10:02 +01:00
SpeechBubble.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
SpeechBubble.h Demos/CatDog: Let the speech bubble know about the CatDog widget 2022-03-02 18:10:02 +01:00