ill-inc / biomes-game

Biomes is an open source sandbox MMORPG built for the web using web technologies such as Next.js, Typescript, React and WebAssembly.
https://www.biomes.gg
MIT License
2.54k stars 303 forks source link

Update player ECS data from the admin view #48

Closed DevinLeamy closed 1 year ago

DevinLeamy commented 1 year ago

Overview

We currently do not have a way to update player ECS data from the admin view (/admin). This would be useful so we could more easily fix players in broken game states.

Ideal Solution

A new page /admin/ecs-state-editor that allows you to view and update a player's ECS values. This could start as simple as something for editing just the player's position.

Sanyam-jain30 commented 1 year ago

I am interested in this issue. Please assign it to me.

DevinLeamy commented 1 year ago

Deployed.