macro_rules! scene_with_dialog {
    ($class_name: ident, $name: literal, [$( $tag:expr ),* ]) => { ... };
}