mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
update docs
This commit is contained in:
parent
0409a20527
commit
9410f6ed1d
|
@ -163,9 +163,7 @@ macro_rules! align_bytes {
|
||||||
|
|
||||||
/// Includes sprites found in the referenced aseprite files. Can include
|
/// Includes sprites found in the referenced aseprite files. Can include
|
||||||
/// multiple at once and optimises palettes of all included in the single call
|
/// multiple at once and optimises palettes of all included in the single call
|
||||||
/// together. Currently limited to square sprites that match a supported
|
/// together. See [Size] for supported sizes. Returns a reference to [Graphics].
|
||||||
/// dimension of the GBA, see [Size] for supported sizes. Returns a reference to
|
|
||||||
/// [Graphics].
|
|
||||||
///
|
///
|
||||||
/// ```rust,no_run
|
/// ```rust,no_run
|
||||||
/// # #![no_std]
|
/// # #![no_std]
|
||||||
|
|
Loading…
Reference in a new issue