CodinGame / codingame-game-engine

CodinGame Engine
https://www.codingame.com
MIT License
110 stars 41 forks source link

Interactive display module #66

Open Butanium opened 1 year ago

Butanium commented 1 year ago

InteractiveDisplayModule

Contributed by Butanium.

The InteractiveDisplayModule allows you to display entities when the mouse is over an entity or when the user clicks an entity.

Showcase

Here is a usage example : ezgif com-gif-maker (1)

The module has already been used (in his old version) by this contrib and my contrib (not using the latest version too)

Butanium commented 1 year ago

This time I think it's production ready @CGjupoulton. I'll maintain it if some extra features are requested but I think it's solid enough to be published

Butanium commented 1 year ago

Actually, I'm currently some more features to the module... 😅

Butanium commented 1 year ago

Looks good to me ! The module is flexible enough so that if more features are requested (tint or alpha, for example) they won't be too hard to implement.