Skip to content

Instantly share code, notes, and snippets.

Created July 18, 2013 23:54
Show Gist options
  • Save anonymous/6034084 to your computer and use it in GitHub Desktop.
Save anonymous/6034084 to your computer and use it in GitHub Desktop.
# You can place the script of your game in this file.
# Declare images below this line, using the image statement.
image Blackbox = "bg_Black.jpg" (a jpg picture background -> bluesky)
image Lucy smile = "Lucysmiling.png" (chara --> .png)
image Lucy house = "bg_lucyhouse.jpg" (background -> .jpg)
# The game starts here.
define L = Character('Lucy', color="#add8e6",image = "Lucy seite", window_left_padding=160,)
image side Lucy seite = "side_lucy.png"
label start:
scene Blackbox with dissolve
"Text?."
"Text1131?"
"Text21231?"
play music "opening.mp3"
scene Lucy house with dissolve
show Lucy smile with dissolve
L "Text!"
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment