Clean up repo. No more swearless. Add base spanish files

This commit is contained in:
2022-12-28 01:25:34 -03:00
parent a5fc77893d
commit 6c0d7b19c2
19 changed files with 3853 additions and 1198 deletions

View File

@@ -1,7 +1,7 @@

define D = Character("Dori") #tfw slug gf
define A = Character("Andrew") #Robofrengot
define R = Character("Dori's Roommate") #not waifu material
define R = Character(_("Dori's Roommate")) #not waifu material
image black = "#000"
@@ -43,16 +43,19 @@ else:
label start:
$ score = 0
#some of us are so proud of this that we want to show it to mom and mom doesnt like swear words :))
menu:
"The script contains swearing and other family unfriendly images, would you be okay with seeing that?"
"no thank you":
"No Swearing Activated..."
scene black with fade
jump MomCanSeeThis
# menu:
# "The script contains swearing and other family unfriendly images, would you be okay with seeing that?"
# "no thank you":
# "No Swearing Activated..."
# scene black with fade
# jump MomCanSeeThis
"yeah":
"Swearing Activated..."
scene black with fade
jump Normal
# "yeah":
# "Swearing Activated..."
# scene black with fade
# jump Normal
scene black with fade
jump Normal