NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

$ answer = 42
$ flag = True

e "Variable interpolation also works with other variables. Here, the answer is [answer] and the flag is [flag]."

Links in text:
e "The a text tag can {a=https://www.renpy.org}link to a website{/a} or {a=jump:a_label}jump to a label{/a}."

Color:
e "The color text tag changes the {color=#0080c0}color{/color} of the text."

Text speed:
e "The cps text tag {cps=25}makes text type itself out slowly{/cps}, even if slow text is off."

e "The cps tag can also be relative to the default speed, {cps=*2}doubling{/cps} or {cps=*0.5}halving{/cps} it."

Font:
e "The font tag changes the font, for example to {font=DejaVuSans-Bold.ttf}DejaVuSans-Bold.ttf{/font}."

e "Sometimes, changing to a bold font looks better than using the {{b} tag."
---
define e3 = Character("Eileen", who_font="Roboto-Regular.ttf", what_font="Roboto-Light.ttf")

e3 "Similarly, the who_font and what_font properties set the font used by the different kinds of text."


spacing:
e "The k tag changes kerning. It can space the letters of a word {k=-.5}closer together{/k} or {k=.5}farther apart{/k}."

e "The space tag {space=30} adds horizontal space in text.{vspace=30}The vspace tag adds vertical space between lines."

Size:
e "The size tag changes the size of text. It can make text {size=+10}bigger{/size} or {size=-10}smaller{/size}, or set it to a {size=30}fixed size{/size}."

Time:
e "The p tag breaks a paragraph,{p}and waits for the player to click."

e "If it is given a number as an argument,{p=1.5}it waits that many seconds."

e "The w tag also waits for a click,{w} except it doesn't break lines,{w=.5} the way p does."

eslow "The nw tag causes Ren'Py to continue past slow text,{nw}"
with flashbulb
extend " to the next statement."

chara text size:
define e_shout = Character("Eileen", who_color="#c8ffc8", what_size=34)
define e_whisper = Character("Eileen", who_color="#c8ffc8", what_size=18)


outline:
define e5 = Character("Eileen", what_outlines=[( 1, "#008000", 0, 0 )] )

e5 "The what_outlines property puts an outline around the text."

e5 "It's a little complicated since it takes a list with a tuple in it, with the tuple being four things in parenthesis, and the list the square brackets around them."

e5 "The first number is the size of the outline, in pixels. That's followed by a string giving the hex-code of the color of the outline, and the x and y offsets."

Subtitle:
define e8 = Character(
None,
window_background = None,

what_size=28,
what_outlines=[( 1, "#008000", 0, 0 )],
what_xalign=0.5,
what_textalign=0.5,
what_layout='subtitle')

background:
image bg red = "#c00"
image bg blue = "#0000cc"
image overlay red = "#c008"
image overlay blue = "#0000cc88"

rotate image:
image logo rotated = Transform("logo base", rotate=45)
other image properties:
image logo composite = Composite((240, 460),
(0, 0), "logo blink",
(0, 50), "logo base.png",
(0, 100), "logo base.png")

display text as image:
image logo text = Text(_("This is a text displayable."), size=30)
image logo text rotate = Transform(Text(_("This is a text displayable."), size=30), rotate=45)

Transitions:
play audio "punch.opus"
with vpunch
play audio "punch.opus"
with hpunch

show eileen happy at right
with move
show eileen happy at center
with move


-- hide eileen happy
with moveoutleft

show eileen happy
with moveinbottom

hide eileen happy
with moveoutbottom

show eileen happy
with moveinright

hide eileen happy
with moveoutright

show eileen happy:
yzoom -1
xalign 0.5
yalign 0.0

with moveintop

hide eileen happy
with moveouttop

show eileen happy
with moveinleft
--
hide eileen happy
with zoomout

show eileen happy
with zoomin
--





     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.