Files
nunuhara_xsystem4/src
kichikuou a2f087b7f9 Flat: Add support for FLAT_LIB_STOP_MOTION
FLAT_LIB_STOP_MOTION represents a sprite animation as a sequence of CG
frames. A stop_motion library specifies a base CG file (e.g. "foo.png");
at load time, parts_flat_load() discovers numbered frame variants
("foo_01.png", "foo_02.png", ...) and builds a frame list.

At render time, the active frame is resolved from the local timeline
clock using three parameters:
  - span: number of timeline ticks each frame is displayed
  - loop_type: 0 = play once and stop at last frame,
               1 = loop forward,
               2 = ping-pong (forward then backward)
  - local: the timeline's current local time
2026-05-07 11:23:53 +09:00
..
2025-06-23 19:04:52 -07:00
2024-08-11 07:18:19 +09:00
2023-05-26 08:44:36 -07:00
2024-05-19 10:59:50 +09:00
2026-02-24 08:38:45 +09:00
2025-09-15 07:05:13 -07:00
2026-04-12 21:01:00 -07:00
2026-02-06 16:47:15 +09:00
2025-09-18 18:38:43 -07:00
2025-09-06 16:30:18 -07:00
2024-05-31 13:36:29 +09:00
2026-04-22 11:25:28 +09:00
2023-04-29 10:32:50 -07:00
2023-05-26 08:44:36 -07:00
2023-07-09 17:05:21 +09:00
2026-01-13 08:11:33 +09:00
2025-09-13 21:46:00 -07:00
2025-05-10 15:31:04 +09:00
2025-11-15 13:42:20 +01:00