mirror of
https://git.2ki.xyz/spiders/kijetesantakaluotokieni.git
synced 2024-11-10 04:00:26 +01:00
documentation
This commit is contained in:
parent
6450f609ec
commit
8193d84faa
1 changed files with 3 additions and 6 deletions
|
@ -1,12 +1,7 @@
|
||||||
use super::kule::*;
|
use super::kule::*;
|
||||||
use voca_rs::*;
|
use voca_rs::*;
|
||||||
|
|
||||||
pub enum CritterName {
|
// represents inherent structural information about a critter
|
||||||
Kije,
|
|
||||||
Little,
|
|
||||||
File(String),
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct CritterTemplate {
|
pub struct CritterTemplate {
|
||||||
// text column where speech line joins speech bubble
|
// text column where speech line joins speech bubble
|
||||||
|
@ -20,6 +15,8 @@ pub struct CritterTemplate {
|
||||||
*/
|
*/
|
||||||
pub critter: String,
|
pub critter: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// pairs a critter with formatting information for the optional formatting strings.
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct CritterConfig {
|
pub struct CritterConfig {
|
||||||
pub left_eye: String,
|
pub left_eye: String,
|
||||||
|
|
Loading…
Reference in a new issue