update comment

This commit is contained in:
KimJeongSun 2024-09-12 22:11:59 +09:00
parent 2d98e1fc3e
commit 2b61e72b2d

View File

@ -163,7 +163,7 @@ export default class BattleScene extends SceneBase {
public skipSeenDialogues: boolean = false;
/**
* Determines if the egg hatching animation should be skipped
* - 0 = Never (skip animation)
* - 0 = Never (never skip animation)
* - 1 = Ask (ask to skip animation when hatching 2 or more eggs)
* - 2 = Always (automatically skip animation when hatching 2 or more eggs)
*/