about summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Outside Jail.txtpb
blob: d6dfa7137daa0f77906a0902dc685e1a6e436d5b (generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-12-16 08:25:13 +0000
override; void initSprite(int spriteId, std::string_view filename); void setSpriteDirection(int spriteId, Direction dir); void setSpriteAnimation(int spriteId, std::string_view name); private: void updateAnimation(int spriteId); Game& game_; std::vector<Timer> animTimers_ = {{1000/5}, {1000/60}};//30fps * 1000 t/s;; Timer bobbingTimer_ {1000/7}; }; #endif /* end of include guard: ANIMATION_SYSTEM_H_CCCC7CB8 */