aboutsummaryrefslogtreecommitdiff
path: root/lua/pets.lua
Commit message (Collapse)AuthorAge
* feat(pets): ability to kill pets by nameGiuseppe Gadola2023-02-10
|
* refactor(pets): pets table is now indexed by nameGiuseppe Gadola2023-02-10
|
* feat(animations): use row and col optionsGiuseppe Gadola2023-02-10
|
* feat(commands): added the list pets commandGiuseppe 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: removed old ShowPet functionGiuseppe Gadola2023-02-10
|
* refactor: going with OOP approachGiuseppe Gadola2023-02-10
| | | | | - creating a pet metatable/class - storing all the pets in a table with 'pet' objects
* refactor: removed fps optionGiuseppe Gadola2023-02-10
|
* feat: one pet walksGiuseppe Gadola2023-02-10
|
* feat: toggle/multiple instancesGiuseppe Gadola2023-02-10
| | | | Ability to spawn multiple popups simultanuosly and close them.
* chore: first commitGiuseppe Gadola2023-02-10