issues
search
SeanTheSheepCS
/
OpenAlice
OpenAlice is a open source game written in C++ that is heavily inspired by the 2007 game Alice Greenfingers
The Unlicense
2
stars
0
forks
source link
Cleaner code to associate Alice with an animation
#18
Closed
SeanTheSheepCS
closed
3 years ago
SeanTheSheepCS
commented
3 years ago
Associating should belong in Alice's class.
Use a data structure, maybe a tree? To make assigning the textures log(n) instead of o(n).
SeanTheSheepCS
commented
3 years ago
Fixed!