tiny-devs / tiny-dungeon-online

A Tiny Online RPG Game powered by Deno
https://diguifi.itch.io/tiny-land
MIT License
59 stars 9 forks source link

Merge Enums into shared folder #183

Closed FabriDamazio closed 2 years ago

FabriDamazio commented 2 years ago

This close #154

diguifi commented 2 years ago

Hi thanks for the PR!
Unfortunatelly, you only updated the new enum's path at the server files, but forgot to update at all the client files. When I ran an npm build this was the output:
image

You also didn't notice but, the enums file you deleted, had an enum (itemsIds) that the other didn't
image