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

virtual npcs via showimg #1

Open
Aeva opened this issue Apr 3, 2016 · 0 comments
Open

virtual npcs via showimg #1

Aeva opened this issue Apr 3, 2016 · 0 comments

Comments

@Aeva
Copy link
Owner

Aeva commented Apr 3, 2016

Some npcs can draw additional sprites, via 'showimg' and related commands. For example:

  showimg index, image.png, x, y;
  changeimgcolors index, red, green, blue, alpha;
  changeimgzoom index, scalefactor;

These are commonly used to add overhangs and lighting effects, so it would be good for the parser to be able to utilize these. The easiest way is to regex for the "showimg" command and for related commands that share the same index that have static arguments, and then to add a new source-less NPC that is pre-configured.

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

1 participant