Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly Digest (16 February, 2020 - 23 February, 2020) #27

Open
weekly-digest bot opened this issue Feb 23, 2020 · 0 comments
Open

Weekly Digest (16 February, 2020 - 23 February, 2020) #27

weekly-digest bot opened this issue Feb 23, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Feb 23, 2020

Here's the Weekly Digest for Seniru/Module-API-TFM:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there was 1 commit.
🛠️ feat: Supported tfm.exec.addParticleMethod method - Supported tfm.exec.addParticle(particleType, xPosition, yPosition, xSpeed, ySpeed, xAcceleration, yAcceleration, targetPlayer) method - Created a new Particle class which could create particles easily - Added a new field particles under tfm.get.data. The particles table is implemented in the following structure ```lua particles = { all = {}, -- holding global particles head = nil -- holds the last spawned global particle [playerName] = { -- holds particles related to a particular player all = {}, head = nil } - Added test cases for both Particle.lua and for the new mthod under tfm.exec namespace related: #20 by Seniru


CONTRIBUTORS

Last week there was 1 contributor.
👤 Seniru


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository Seniru/Module-API-TFM to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants