add flexible front end

This commit is contained in:
bridge
2025-11-11 18:42:38 +08:00
parent ba536978e7
commit ed4174d5ed
7 changed files with 218 additions and 49 deletions

View File

@@ -101,11 +101,8 @@ async def main():
front = Front(
simulator=sim,
tile_size=24,
margin=8,
step_interval_ms=750,
window_title="Cultivation World — Front Demo",
sidebar_width=350,
)
await front.run_async()