Home
last modified time | relevance | path

Searched refs:CURSOR_NORMAL (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_server/src/core/
H A Dmod.rs26 static CURSOR_NORMAL: &[u8] = include_bytes!("../resource/cursor_normal.png"); constant
48 Image::from_path(CURSOR_NORMAL).unwrap_or(Image::new(10, 10)), in new()