Cazka / diepAPI

An API for https://diep.io
MIT License
15 stars 8 forks source link

Extension #56

Closed tariteur closed 1 year ago

tariteur commented 1 year ago

hello, I was unable to display the extensions "diepAPI.extensions.entityManager.load()" but nothing

Cazka commented 1 year ago

After diepAPI.extensions.entityManager.load(), you can access the entities at diepAPI.extensions.entityManager.entities

to visualize the entities use the debugTool

diepAPI.extensions.debugTool.load();
diepAPI.extensions.debugTool.drawAll(true);
tariteur commented 1 year ago

so fast ty