latticexyz / opcraft

https://opcraft.mud.dev
GNU General Public License v3.0
116 stars 44 forks source link

feat: new action queue #12

Closed holic closed 2 years ago

holic commented 2 years ago

This depends on https://github.com/latticexyz/mud/tree/alvrs/customtype

There's a few states here:

There's a nice transition between the opacity value when the state goes from "submitting" to "submitted and waiting confirmation". Can do more with transitions, etc. but wasn't sure how much time we wanted to spend on this.

Since the x,y,z position isn't particularly actionable/useful in the context of Minecraft, I threw it off to the side of the toast. I am thinking that in a more playable state, we might hide this behind some debug flag so its off by default.

image

alvrs commented 2 years ago

Very excited for this!