fishfolk / punchy

A 2.5D side-scroller beatemup, made in Bevy
https://fishfolk.github.io/punchy/player/latest
Other
259 stars 30 forks source link

Create Scripted In-Game Item #253

Closed zicklag closed 1 year ago

zicklag commented 1 year ago

Description

Now that bevy_mod_js scripting has browser support, we try it out for scripting in Punchy!

The objective is to make something in the game that uses scripting for it's logic. This could be an attack, or an item.

It will require some experimentation to determine exactly how to architect it and whether we should start with an item or an attack.

Alternatives & Prior Art

No response