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 configuring entity appearance #47

Open
fluxionary opened this issue Dec 10, 2022 · 0 comments
Open

allow configuring entity appearance #47

fluxionary opened this issue Dec 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fluxionary
Copy link
Owner

provoked by https://content.minetest.net/threads/3859/

shop entity appearance should allow for 3 modes:

  1. AiTechEye's behavior (4 entities w/ wielditem drawtype)
  2. this fork's current behavior (attempt to optimize for client-side FPS as much as possible
  3. a compromise which only allows wielditem and upright_sprite drawtypes. because "non-upright" sprites are the things that look the weirdest.

i've started some work on this: https://github.com/fluxionary/minetest-smartshop/tree/config_entity_types. however, (3) is not working properly ("non-upright" sprite entities just don't appear), and existing entities don't update properly if you switch the configuration and reboot.

@fluxionary fluxionary self-assigned this Dec 10, 2022
@fluxionary fluxionary added the enhancement New feature or request label Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant