fishfolk / punchy

A 2.5D side-scroller beatemup, made in Bevy

Home Page:https://fishfolk.github.io/punchy/player/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Scripted In-Game Item

zicklag opened this issue · comments

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