thetawavegame / thetawave

A physics based, space shooter game made with Rust and the Bevy engine.
https://thetawave.metalmancy.tech
MIT License
168 stars 9 forks source link

Compile ron data files into the game #50

Closed cdsupina closed 12 months ago

cdsupina commented 1 year ago

The ron data files located in assets/data should not be able to be accessed and changed after the game is compiled. We should compile these with the rest of the game.

varoonp123 commented 12 months ago

They are compiled into the game. Using include_bytes! puts the literal bytes in the binary.