Skip to content

Commit

Permalink
fix: イベント系修正、[s]からクリックや読み飛ばしで次に進んでしまうケースがあった件
Browse files Browse the repository at this point in the history
  • Loading branch information
famibee committed Oct 17, 2024
1 parent fb17ad1 commit c9064d4
Show file tree
Hide file tree
Showing 44 changed files with 17,910 additions and 19,268 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- fix: イベント系修正、[s]からクリックや読み飛ばしで次に進んでしまうケースがあった件
- fix(Main.ts): メインループをリファクタリング
- fix: startsWith、endsWith を積極使用


## [1.60.6](https://github.com/famibee/SKYNovel/compare/v1.60.5...v1.60.6) (2024-10-15)


Expand Down
1,422 changes: 1,422 additions & 0 deletions dist/SoundMng.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/SoundMng.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14,439 changes: 6,522 additions & 7,917 deletions dist/app2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app2.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/gamepad.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sn/CmnInterface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export interface IMain {
setLoop(v: boolean, mes?: string): void;
fire(KEY: string, e: Event): void;
isDestroyed(): boolean;
destroy(ms_late?: number): void;
destroy(): void;
}
export interface IAreas {
search(idx: number): boolean;
Expand Down
2 changes: 1 addition & 1 deletion dist/sn/CmnInterface.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/sn/DesignCast.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IPropParser } from './CmnInterface';
import { SysBase } from './SysBase';
import { ScriptIterator } from './ScriptIterator';
import { HPage } from './LayerMng';
import { AnalyzeTagArg, HPRM } from './AnalyzeTagArg';
import { HPRM } from './AnalyzeTagArg';
import { TxtStage } from './TxtStage';
import { Button } from './Button';
import { GrpLayer } from './GrpLayer';
Expand All @@ -12,7 +12,7 @@ import { Application, Text, Sprite } from 'pixi.js';
export declare class DesignCast {
readonly bg_col: string;
readonly isLay: boolean;
static init(_appPixi: Application, _sys: SysBase, _scrItr: ScriptIterator, _prpPrs: IPropParser, _alzTagArg: AnalyzeTagArg, _cfg: Config, _hPages: HPage): void;
static init(_appPixi: Application, _sys: SysBase, _scrItr: ScriptIterator, _prpPrs: IPropParser, _cfg: Config, _hPages: HPage): void;
static cvsResizeDesign(): void;
constructor(bg_col: string, isLay?: boolean);
destroy(): void;
Expand Down
2 changes: 1 addition & 1 deletion dist/sn/DesignCast.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9064d4

Please sign in to comment.