Drawing Dialogue:
Tutorial 1: Drawing Simple Dialogue

Tutorial 1 --> Tutorial 0
Main tutorial guide page


Introduction

This tutorial help you to use our Dialogue Game Engine to draw basic Dialogue


Setting up the camera

To draw a dialogue, you'll need to setup a separate camera to make it look static with the game scene

Once you have set up your camera,you can use our engine to create a dialogue


Setting up dialogue

To creat a dialogue, you will need to instance and draw it on the viewport of the camera you created from step 1

Declare dialogue and dialogue parser and resource

Initialize dialogue

Draw Dialogue

Conclusion

Now that you can use our engine to draw a basic game dialogue that with a script and is static to the game scene


Tutorial 0 --> Tutorial 1