Composer module: single-player character as puppet (humanoid 4-bone rig: torso, head, leg_l, leg_r) at world (320, 240) on a 20x20 v0.1-format tilemap. - WASD direct movement, normalized for diagonals, 120 px/s. - Camera-chase via lib-core.camera target-provider (camera follows puppet position frame-to-frame). - Idle and walk keyframe animations: idle is a 2s torso-sway on the upper track; walk is a 0.6s leg-cycle on the lower track. - Animation-state transitions driven by movement input: walk while WASD-active, idle when released. - Headtrack: head bone (marked look_at: true in rig) rotates each frame to face the mouse cursor's world position via puppet.set_look_target. - ESC -> launcher. CI hooks (env-var-gated, no-op in normal play): - SPOREL_CI=1: emits 'vagrant: frame_avg_ms=N' after 60 frames and 'vagrant: render_frame_ok' per frame from the render hook, then engine.exit(0). Smoke stages consume these markers.
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
Copyright (c) 2026 Calic. All rights reserved.
|
|
|
|
This software is part of the Sporel platform — **Tier 1 (Official /
|
|
Proprietary)** content per the Three-Tier Licensing Model documented in
|
|
`meta/docs/archive/design/vision.md §Licensing Model` (current source;
|
|
migration to `meta/docs/architecture/licensing-model.md` pending).
|
|
|
|
⚠ **WIP — Legal review required before public launch.** The terms below
|
|
reflect design intent only; the formalized license framework will be
|
|
finalized through legal counsel before the first public release. Until
|
|
then, this notice serves as a placeholder defending the platform owner's
|
|
rights against unintentional re-licensing.
|
|
|
|
No license is granted to copy, modify, distribute, sublicense, or otherwise
|
|
use this software in any form without prior written permission from the
|
|
copyright holder.
|
|
|
|
References:
|
|
- Tier 1 (this file): all rights reserved, proprietary, sold/distributed
|
|
via official channels (Steam, etc.)
|
|
- Tier 2 (Semi-Commercial Co-Development): bilateral contracts, revenue-
|
|
share — see vision.md §Licensing Model
|
|
- Tier 3 (Community Content): CC BY-NC-SA 4.0 + asymmetric CLA — applies
|
|
to community-uploaded libs/modules/assets, not this repo
|