Skip to content

Commit 0c26715

Browse files
committed
Prepending of 0
1 parent b44e5cf commit 0c26715

22 files changed

+4
-1
lines changed
File renamed without changes.

assets/content/cookbook/Advanced/2.ScriptedClasses.md renamed to assets/content/cookbook/Advanced/02.ScriptedClasses.md

File renamed without changes.
File renamed without changes.

assets/content/cookbook/Advanced/4.ScriptedCharacters.md renamed to assets/content/cookbook/Advanced/04.ScriptedCharacters.md

File renamed without changes.

assets/content/cookbook/Advanced/5.ScriptedPlayableCharacters.md renamed to assets/content/cookbook/Advanced/05.ScriptedPlayableCharacters.md

File renamed without changes.

assets/content/cookbook/Advanced/6.ScriptEventCallbacks.md renamed to assets/content/cookbook/Advanced/06.ScriptEventCallbacks.md

File renamed without changes.
File renamed without changes.

assets/content/cookbook/Advanced/8.DialogueCutscenes.md renamed to assets/content/cookbook/Advanced/08.DialogueCutscenes.md

File renamed without changes.
File renamed without changes.

assets/content/cookbook/Advanced/11.ScriptedStages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ override function addCharacter(character:BaseCharacter, charType:CharacterType):
4646
## Custom Behavior when building a Stage
4747

4848
By overriding the function `buildStage`, you can set up custom behavior to activate when stage props get initialized. By doing this, you can immidiately apply a shader effect to props or instantly add scripted props to the stage. This is done in the stage script for Tankman Battlefield[^tank]
49+
4950
```haxe
5051
// ...
5152

0 commit comments

Comments
 (0)