Add public work read model and smooth puzzle transitions

This commit is contained in:
kdletters
2026-05-26 16:38:27 +08:00
parent 545f315cbc
commit aeee782fe0
47 changed files with 2679 additions and 79 deletions

View File

@@ -34,6 +34,7 @@ mod gameplay;
mod jump_hop;
mod match3d;
mod migration;
mod public_work;
mod puzzle;
mod runtime;
mod square_hole;
@@ -52,6 +53,7 @@ pub use gameplay::*;
pub use jump_hop::*;
pub use match3d::*;
pub use migration::*;
pub use public_work::*;
pub use runtime::*;
pub use square_hole::*;
pub use visual_novel::*;