Re-exports§
pub use helpers::*;
Modules§
Structs§
- Color
- A struct representing an RGBA color.
- Option
Vec - A vector that can contain unused indices.
- Table1
- Normal RGSS has dynamically dimensioned arrays, but in practice that does not map well to Rust. We don’t particularly need dynamically sized arrays anyway. 1D Table.
- Table2
- 2D table. See
Table1. - Table3
- 3D table. See
Table2. - Tone
- A struct representing an offset to an RGBA color.