feat(P.3.7): selection-to-command demo — RMB-to-move with 3 speed classes

- lib-core.command 0.1.0 dep added
- 6 stones gain speed (100/150/200 px/s pairs)
- RMB → move selected stones (target_provider = selection.list)
- command.update(dt) after selection.update(dt)
This commit is contained in:
Axel Meyer
2026-05-14 17:10:49 +02:00
parent 1a3f2842b7
commit ec8b6a05e6
2 changed files with 25 additions and 10 deletions

View File

@@ -11,6 +11,7 @@
{"id":"lib-core.selection","version":"0.1.0"},
{"id":"lib-core.input","version":"0.3.0"},
{"id":"lib-core.player_control","version":"0.1.0"},
{"id":"lib-core.interaction","version":"0.1.0"}
{"id":"lib-core.interaction","version":"0.1.0"},
{"id":"lib-core.command","version":"0.1.0"}
]
}