ucsd-cse125-sp24/group2

Load animations ahead-of-time

shanekim28 opened this issue · 1 comments

Animations are currently loaded at run-time when players are spawned. Ideally, we'd want them to load at the beginning of the game, because file operations are slow and may cause clients to desync.

Closed by #34