simon987 / Much-Assembly-Required

Assembly programming game
https://muchassemblyrequired.com
GNU General Public License v3.0
925 stars 87 forks source link

Vault Exit Portals Invisible #220

Open OrdoFlammae opened 4 years ago

OrdoFlammae commented 4 years ago

The Vault Exit Portals look no different than any normal square in the Vault. In other words, they're invisible. However, they're still functional in every other way.

simon987 commented 4 years ago

Are they 100% invisible in the client (even when you hover them) ?

OrdoFlammae commented 4 years ago

Yup. I figured out why, though. They have no representation in the typescript (see GameObject.ts:60-87). If you check for a VaultExitPortal class type, and just create a Portal, then it works fine. Some work should be spent on this, but it's a temporary fix.