dschrag / DefinitelyNotDontStarve

Survival game that has crafting and insanity and darkness but in VR
Other
0 stars 0 forks source link

Fix Item Spawn Locations #20

Closed vidia closed 7 years ago

vidia commented 7 years ago

Right now the items can spawn outside of the world. This seems to be caused by the arrow components not rotating with the cave section.

Actually what is more likely is that the item distributor is being called before the caves rotate into place.

Probably would be best to have an "On Spawned" event in the caves and that is where they can do their things. That way it can be called from the level and not have these timing issues.