diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index ace76e7bf1..c2871ee922 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,5 +1,5 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Sun, 20 Dec 2020 00:59:51 +0000";

The built-time in RFC2822, UTC

+ Change settings

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Sun, 20 Dec 2020 02:21:48 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/santa/after_level/index.html b/rustdoc/santa/after_level/index.html index 7dd6830699..7064f9585d 100644 --- a/rustdoc/santa/after_level/index.html +++ b/rustdoc/santa/after_level/index.html @@ -1,6 +1,6 @@ santa::after_level - Rust

[][src]Module santa::after_level

Structs

+ Change settings

[][src]Module santa::after_level

Structs

Results
Strategize

Constants

ZOOM
\ No newline at end of file diff --git a/rustdoc/santa/after_level/struct.Results.html b/rustdoc/santa/after_level/struct.Results.html index 82928cad76..99462830ee 100644 --- a/rustdoc/santa/after_level/struct.Results.html +++ b/rustdoc/santa/after_level/struct.Results.html @@ -1,11 +1,11 @@ santa::after_level::Results - Rust

[][src]Struct santa::after_level::Results

pub struct Results;

Implementations

impl Results[src]

pub fn new(
    ctx: &mut EventCtx<'_>,
    app: &mut SimpleApp<Session>,
    score: usize,
    level: &Level
) -> Box<dyn State<SimpleApp<Session>>>
[src]

Trait Implementations

impl SimpleState<SimpleApp<Session>> for Results[src]

[][src]Struct santa::after_level::Results

pub struct Results;

Implementations

impl Results[src]

pub fn new(
    ctx: &mut EventCtx<'_>,
    app: &mut SimpleApp<Session>,
    score: usize,
    level: &Level
) -> Box<dyn State<SimpleApp<Session>>>
[src]

Trait Implementations

impl SimpleState<SimpleApp<Session>> for Results[src]

Auto Trait Implementations

impl RefUnwindSafe for Results

impl Send for Results

impl Sync for Results

impl Unpin for Results

impl UnwindSafe for Results

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

[][src]Module santa::levels

Structs

Level
\ No newline at end of file diff --git a/rustdoc/santa/levels/struct.Level.html b/rustdoc/santa/levels/struct.Level.html index 7b542e00cf..d23a520c11 100644 --- a/rustdoc/santa/levels/struct.Level.html +++ b/rustdoc/santa/levels/struct.Level.html @@ -13,7 +13,7 @@ pub unlock_upzones: usize, pub unlock_vehicles: Vec<String>, }

- Fields

title: Stringdescription: Stringmap: MapNamemusic: Stringstart: NodeIDminimap_zoom: usizetime_limit: Durationgoal: usizeunlock_upzones: usizeunlock_vehicles: Vec<String>

Implementations

impl Level[src]

pub fn all() -> Vec<Level>[src]

Trait Implementations

impl Clone for Level[src]

[][src]Function santa::title::unlocked_level

fn unlocked_level(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<Session>,
    level: &Level,
    idx: usize
) -> Widget
\ No newline at end of file diff --git a/rustdoc/santa/title/index.html b/rustdoc/santa/title/index.html index 8594bb1377..48fe395270 100644 --- a/rustdoc/santa/title/index.html +++ b/rustdoc/santa/title/index.html @@ -1,6 +1,6 @@ santa::title - Rust

[][src]Module santa::title

Structs

+ Change settings

[][src]Module santa::title

Structs

Credits
TitleScreen

Functions

level_btn
link
locked_level
unlocked_level
\ No newline at end of file diff --git a/rustdoc/santa/title/struct.Credits.html b/rustdoc/santa/title/struct.Credits.html index 3cd3a7819c..52ab3f7ce3 100644 --- a/rustdoc/santa/title/struct.Credits.html +++ b/rustdoc/santa/title/struct.Credits.html @@ -1,11 +1,11 @@ santa::title::Credits - Rust

[][src]Struct santa::title::Credits

struct Credits;

Implementations

impl Credits[src]

fn new(ctx: &mut EventCtx<'_>) -> Box<dyn State<SimpleApp<Session>>>[src]

Trait Implementations

impl SimpleState<SimpleApp<Session>> for Credits[src]

[][src]Struct santa::title::Credits

struct Credits;

Implementations

impl Credits[src]

fn new(ctx: &mut EventCtx<'_>) -> Box<dyn State<SimpleApp<Session>>>[src]

Trait Implementations

impl SimpleState<SimpleApp<Session>> for Credits[src]

Auto Trait Implementations

impl RefUnwindSafe for Credits

impl Send for Credits

impl Sync for Credits

impl Unpin for Credits

impl UnwindSafe for Credits

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]