forked from htv04/funkin-rewritten
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe6993d
commit 9d14391
Showing
31 changed files
with
399 additions
and
376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
return { | ||
[0] = require "weeks.test", | ||
require "weeks.tutorial", | ||
require "weeks.week1", | ||
require "weeks.week2", | ||
require "weeks.week3", | ||
require "weeks.week4", | ||
require "weeks.week5", | ||
require "weeks.week6", | ||
require "weeks.week7", | ||
require "weeks.weekend1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
return { -- Add your week description here | ||
"TEACHING TIME", | ||
"DADDY DEAREST", | ||
"SPOOKY MONTH", | ||
"PICO", | ||
"MOMMY MUST MURDER", | ||
"RED SNOW", | ||
"HATING SIMULATOR FT. MOAWLING", | ||
"TANKMAN FT. JOHNYUTAH", | ||
"DUE DEBTS" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
return { -- Add/remove weeks here | ||
[0] = { | ||
"Test", | ||
{ | ||
"Test" | ||
} | ||
}, | ||
{ | ||
"Tutorial", | ||
{ | ||
{"Tutorial"} | ||
} | ||
}, | ||
{ | ||
"Week 1", | ||
{ | ||
{"Bopeebo", erect=true}, | ||
{"Fresh", erect=true}, | ||
{"Dadbattle", erect=true} | ||
} | ||
}, | ||
{ | ||
"Week 2", | ||
{ | ||
{"Spookeez", erect=true}, | ||
{"South", erect=true}, | ||
{"Monster"} | ||
} | ||
}, | ||
{ | ||
"Week 3", | ||
{ | ||
{"Pico", erect=true}, | ||
{"Philly Nice", erect=true}, | ||
{"Blammed", erect=true} | ||
} | ||
}, | ||
{ | ||
"Week 4", | ||
{ | ||
{"Satin Panties", erect=true}, | ||
{"High", erect=true}, | ||
{"M.I.L.F"} | ||
} | ||
}, | ||
{ | ||
"Week 5", | ||
{ | ||
{"Cocoa"}, | ||
{"Eggnog", erect=true}, | ||
{"Winter Horrorland"} | ||
} | ||
}, | ||
{ | ||
"Week 6", | ||
{ | ||
{"Senpai", erect=true}, | ||
{"Roses", erect=true}, | ||
{"Thorns", erect=true} | ||
} | ||
}, | ||
{ | ||
"Week 7", | ||
{ | ||
{"Ugh"}, | ||
{"Guns"}, | ||
{"Stress"} | ||
} | ||
}, | ||
{ | ||
"Weekend 1", | ||
{ | ||
{"Darnell"}, | ||
{"Lit Up"}, | ||
{"2hot"}, | ||
{"Blazin"}, | ||
{"Cutscene", show=false} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.