Lose: Difference between revisions
Nikitaivanov (talk | contribs) (Created page with "Causes the player to lose (or die in-game). File:Lose1.png == Settings == File:loseinstan.png When pressed a new menu will open up: File:instantbutton.png This will add a delay to the lose animation, if you press the arrows you can increase the delay by 1 frame up to a maximum of 120 frames or 2 seconds. == Related == Win Category:Blocks ") |
-u ndefined- (talk | contribs) (Rework section) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Block | |||
|image=Lose.png | |||
|type=s | |||
|folder=Game | |||
|input1={{Port|e|Before}} | |||
|output1={{Port|e|After}} | |||
}} | |||
Causes the player to lose. | |||
== | == Notes == | ||
This is one of the few scripts that executes only when its Before port is wired. | |||
By default, after all scripts have executed, the losing animation follows with no delay. This delay can be changed by pressing the button on the bottom-right: | |||
{{Image|Win_Lose_delay_setting.png|The setting for win / lose.}} | |||
Pressing the arrows will add or subtract a frame to delay the lose animation, for a maximum of 120 frames or 2 seconds. | |||
== Related == | == Related == | ||
* [[Win]] | |||
[[Category:Blocks]] | [[Category:Blocks]] |
Latest revision as of 16:53, 21 May 2024
Lose
Type | Script block |
Collider | None |
Folder | Game |
Ports | |
---|---|
Inputs | Before |
Outputs | After |
Causes the player to lose.
Notes
This is one of the few scripts that executes only when its Before port is wired.
By default, after all scripts have executed, the losing animation follows with no delay. This delay can be changed by pressing the button on the bottom-right:

Pressing the arrows will add or subtract a frame to delay the lose animation, for a maximum of 120 frames or 2 seconds.