module

Show Art

Endorsements
1
Installs
4.11%
Comments
0
Latest version1.3.0
Minimum Core9
Compatible Core9
Last updated1 year ago
Created3 years ago
Authors
Languages English
Systems All systems
Project source Project URL
Report bugs Bug tracker URL
Read-me Readme URL
Changelog Changelog URL

This module adds a button to the token or tile HUD that opens the target actor's artwork, or their token artwork on right-click. Hold the shift key to automatically show to everyone.

It also adds shortcut keybindings:

  • Shift+Z: Show Tile/Token to everyone.
  • Shift+X: Show token Actor's artwork to everyone.
  • Add an Alt to either to show only yourself.
  • Only the GM can show to everyone.

Additionally, it is now possible to show Video tiles, or any other .mp4 or .webm video using the new class MultiMediaPopout which has the same basic interface as ImagePopout (buit doens't support things like editing the image since this is for display purposes). This class can be used in a macro like so:

new MultiMediaPopout("path/to/video.webm", { shareable: true })
	.render(true)
	.shareImage();

Token buttons suggested by: Apostol Apostolov on League of Extraordinary FoundryVTT Developers

Tile buttons and keybindings suggested by: akeran#7102 (Discord)

Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x