Carroted / Bimulo

Abandoned online 2D physics app and game engine with multiplayer — See `simulo_bevy` for continuation
https://carroted.github.io/Bimulo/
GNU General Public License v3.0
12 stars 5 forks source link

Select tool #2

Closed amytimed closed 1 year ago

amytimed commented 1 year ago

Array of selected SimuloObject can be used. it can override outline on client to a white selection line ctrl+click should add or remove to selection, click without that should set selection

all the code to select would be in SimuloServerController, the client only needs to add outline servercontroller manages input, client just sends raw input over

amytimed commented 1 year ago

will do this tomorrow