summaryrefslogtreecommitdiff
path: root/game/atl.rpy
blob: febca65d57032eed07bf3441f58ecb6e60daa033 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#################################################################################
#     This file is part of Mana Launcher.
#     Copyright (C) 2021  Jesusalva <jesusalva@tmw2.org>
#
#     Distributed under the MIT license.
#################################################################################
# Contains definitions and animations

image TMW2 = "images/TMW2.png"
image MLP  = "images/mirrorlake.png"
image DKSD = "images/darkshadow.png"
image DKBG = "#210"
#image Aether = "images/aether.png"

define evil = Character("???", color="#f00")

image aethyr1:
    "aether"
    alpha 0.6
    parallel:
        xalign 0.0
        linear 15.0 xalign 1.0
        linear 15.0 xalign 0.0
        repeat

    parallel:
        yalign 0.0
        linear 15.0 yalign 1.0
        linear 15.0 yalign 0.0
        repeat

transform bgobj:
    alpha 0.7