nano9 0.1.0-alpha.4

A Pico-8 compatibility layer for Bevy
Documentation
1
2
3
4
5
6
7
8
pub use super::{
    Nano9Plugin, Nano9Plugins, PColor,
    config::{self, Config, ConfigError, pause_pico8_when_loaded, run_pico8_when_loaded},
    pico8::Pico8,
    run::RunState,
};

pub use std::str::FromStr;