rust-gamedev / rust-game-ports

Official host of games ported using Rust game libraries.
Other
122 stars 7 forks source link

Create objects per scene (disruptive) (audio disabled) #91

Closed 64kramsystem closed 2 years ago

64kramsystem commented 2 years ago

Actor nodes are now duplicated for each scene.

Audio has been disabled due to per-scene attachment not working as intended (currently WIP on another branch).