diff options
feat: More text, looping music optional, additional cosin invite screen
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -32,3 +32,9 @@ music = [] 32k = [] # Use Stereo Audio stereo = ["music"] +# Use Logical Size; forces internal render resolution of 512x256 +logical = [] +# Launch in fullscreen +fullscreen = [] +# Loop the music +loop_music = ["music"] |