about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Book Room.txtpb
blob: 7571ec16596722e5db75ffd393939c9f63104782 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-09-30 17:57:55 +0000
 


>::down;
  std::string animationName = "still";
  int animationId = 0;
  int animationFrame = 0;
  std::vector<SpriteFrame> frames;
  std::vector<std::vector<int>> animations;
  std::map<std::string, std::map<Direction, int>> nameDirToAnim;

  // Character
  bool orientable = false;
  std::vector<int> followers;
  std::deque<Movement> trail;
  CharacterState characterState = CharacterState::Still;
  StepType stepType = StepType::none;
  int runningSfxChannel = -1;

  // Input
  bool controllable = false;
};

#endif /* end of include guard: SPRITE_H_70503825 */