akai is done yayyy
and with that all of the main routes are done. next up will be putting all of the actual assets in and also the secret endings. wahoo
@@ -1,11 +1,11 @@
|
||||
renpy.ftl
|
||||
|
||||
renpy.geometry renpy.texture
|
||||
|
||||
renpy.geometry renpy.solid
|
||||
|
||||
renpy.matrixcolor renpy.texture
|
||||
|
||||
renpy.texture
|
||||
|
||||
renpy.geometry renpy.matrixcolor renpy.texture
|
||||
|
||||
renpy.dissolve renpy.geometry
|
||||
|
||||
renpy.alpha renpy.texture
|
||||
|
||||
renpy.alpha renpy.geometry renpy.texture
|
||||
|
||||
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 976 KiB |
|
After Width: | Height: | Size: 864 KiB |
@@ -1,4 +1,4 @@
|
||||
# The script of the game goes in this file.
|
||||
# The script of the game goes in this file.
|
||||
|
||||
# Change text direction to rtl:
|
||||
init python:
|
||||
@@ -18,14 +18,25 @@ define p = Character("אתם", color= "#80ff75")
|
||||
|
||||
# secondary characters / npcs
|
||||
define m = Character("מתנדב", color= "#00704f")
|
||||
define m2 = Character("מתנדבת", color= "#00704f")
|
||||
define st = Character("אדם זר", color= "#00704f")
|
||||
define am = Character("עמית נדבת", color= "#00704f")
|
||||
define vip = Character("ורוניקה איזבלה פרלוב", color= "#00704f",what_font="MPLUSRounded1c-Regular.ttf")
|
||||
define shp = Character("מוכר", color= "#00704f")
|
||||
define mtt = Character("המנחה", color= "#00704f")
|
||||
define jdg = Character("שופטת", color= "#00704f")
|
||||
define emi = Character("אמה ועידו", color= "#00704f")
|
||||
define con = Character("באי הכנס", color= "#00704f")
|
||||
define cwd = Character("קהל", color= "#00704f")
|
||||
define hr = Character("מאשה ביינוש", color= "#00704f")
|
||||
define tl = Character("מתורגמן", color= "#00704f")
|
||||
define kid1 = Character("ילד בקוספליי של פיראט עם כובע קש", color= "#00704f")
|
||||
define kid2 = Character("נערה בקוספליי של איידולית עם כוכבים בעיניים", color= "#00704f")
|
||||
define mom = Character("ילדים ואימם", color= "#00704f")
|
||||
define mom2 = Character("אמא של הילדים", color= "#00704f")
|
||||
define stf = Character("חברי סגל", color= "#00704f")
|
||||
|
||||
|
||||
|
||||
# letter - novel mode
|
||||
|
||||
@@ -479,10 +490,6 @@ label start:
|
||||
#####################################
|
||||
|
||||
|
||||
## Akai Route
|
||||
label akai_route:
|
||||
return
|
||||
|
||||
## True (Good) Ending
|
||||
label true_ending:
|
||||
return
|
||||
|
||||