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

Allow World:remove to take the string name #43

Closed
flamendless opened this issue Oct 31, 2017 · 1 comment
Closed

Allow World:remove to take the string name #43

flamendless opened this issue Oct 31, 2017 · 1 comment

Comments

@flamendless
Copy link

let's say i created something like this:
world:add({name="ground"},32,177,576,32)
i should be able to remove it using world:remove("ground")

Also, why not include bump_debug as a feature in the main bump library?

@kikito
Copy link
Owner

kikito commented Oct 31, 2017

Hi,

i should be able to remove it using world:remove("ground")

As a library developer, I want to implement features that at least most of my users will use. I don't think that particular feature is popular or demanded enough, so I will not implement it. However, feel free to fork and use it in yours if it suits your particular usecase.

Also, why not include bump_debug as a feature in the main bump library?

The bump_debug library requires LÖVE to work. bump.lua is platform-independent and works with and without LÖVE.

Regards!

@kikito kikito closed this as completed Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants