H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 81 forks source link

Add xEntryCam.py #1556

Closed Hoikas closed 8 months ago

Hoikas commented 8 months ago

This adds support for entry camera spawn points from Korman. The idea is that, when spawning in, a specific camera will be pushed inside of a specific region. This camera will only ever be pushed when spawning in. Therefore, we need to disable all entry camera regions after linking in.

See H-uru/korman#395