Page 1 of 1

Home screen

Posted: Sun Apr 28, 2019 9:21 pm
by FurFles-
Hello, I was here doing some tests to appear something when the game starts.

I wanted to know how to play a picture instead of just a text as it happens in Doki Doki Literature Club

For now I only know how to make text together with audio

This is the code:

Code: Select all

define N = Character("K")

label splashscreen:
    scene black with dissolve
    voice "niconii.mp3"
    centered "NicoNii Produções"
    return

label start:
    N "Olá"