aboutsummaryrefslogtreecommitdiff
path: root/lua/pets/pet.lua
Commit message (Collapse)AuthorAge
* docs: added some function explanations and commentsGiuseppe Gadola2023-02-11
|
* refactor(options): options are passed directly as a tableGiuseppe Gadola2023-02-11
|
* feat(animations): set next position based on current actionGiuseppe Gadola2023-02-11
|
* feat(animations): use row and col optionsGiuseppe Gadola2023-02-10
|
* refactor(popup): create popup directly inside the Pet classGiuseppe Gadola2023-02-10
|
* refactor(popups): popups are now an attribute of the pet classGiuseppe Gadola2023-02-10
|
* feat(pets): ability to remove petsGiuseppe Gadola2023-02-10
|
* docs: added some basic comments to explain functionsGiuseppe Gadola2023-02-10
|
* refactor(animations): animations are now object orientedGiuseppe Gadola2023-02-10
| | | | | | Animations are refactored to be Object Oriented, so it is possible to have multiple pets independent from one anohter. An Animations instance is now an attribute of the Pet class.
* refactor: going with OOP approachGiuseppe Gadola2023-02-10
- creating a pet metatable/class - storing all the pets in a table with 'pet' objects