JirkaDellOro / FUDGE_Story

A FUDGE module for the easy development of interactive stories, visual novels and simple adventure games
https://jirkadelloro.github.io/FUDGE_Story/
7 stars 9 forks source link

Signal simplification #37

Open JirkaDellOro opened 1 year ago

JirkaDellOro commented 1 year ago

See if let signal: Signal = Progress.defineSignal([ƒT.EVENT.KEYDOWN, () => ƒT.Progress.delay(5)]); could be replaced with let signal: Signal = Progress.defineSignal([ƒT.EVENT.KEYDOWN, ƒT.Progress.delay(5)]);

Rina14 commented 1 year ago

wenn schon. dann ƒS. :)

JirkaDellOro commented 1 year ago

Huch... wo kam das T her?