This commit is contained in:
Nennneko5787 2023-02-26 15:36:09 +09:00
parent 72063c24b1
commit 3420b8d00a
9 changed files with 30 additions and 9 deletions

View File

@ -100,9 +100,9 @@
<assets path="assets/weeks" library="weeks" exclude="*.fla|*.ogg" if="web"/>
<assets path="assets/weeks" library="weeks" exclude="*.fla|*.mp3" unless="web"/>
<!-- <assets path='example_mods' rename='mods' embed='false'/> -->
<assets path='example_mods' rename='mods' embed='false' if="desktop"/>
<template path="example_mods" rename="mods" />
<!-- template path="example_mods" rename="mods" /> -->
<assets path='art/readme.txt' rename='do NOT readme.txt' />
<!-- <template path='mods' /> -->

View File

@ -0,0 +1,7 @@
{
"songs":["tutorial"],
"weekid":1,
"weekIcon":["gf"],
"weekCharacter":["dad", "bf", "gf"],
"weekName":""
}

View File

@ -1,5 +1,7 @@
{
"songs":["Bopeebo", "Fresh", "Dadbattle"],
"weekid":1,
"weekIcon":["dad"]
"weekIcon":["dad"],
"weekCharacter":["dad", "bf", "gf"],
"weekName":"Daddy Dearest"
}

View File

@ -1,5 +1,7 @@
{
"songs":["Spookeez", "South", "Monster"],
"weekid":2,
"weekIcon":["spooky", "spooky", "monster"]
"weekIcon":["spooky", "spooky", "monster"],
"weekCharacter":["spooky", "bf", "gf"],
"weekName":"Spooky Month"
}

View File

@ -1,5 +1,7 @@
{
"songs":["Pico", "Philly", "Blammed"],
"weekid":3,
"weekIcon":["pico"]
"weekIcon":["pico"],
"weekCharacter":["pico", "bf", "gf"],
"weekName":"PICO"
}

View File

@ -1,5 +1,7 @@
{
"songs":["Satin-Panties", "High", "Milf"],
"weekid":4,
"weekIcon":["mom"]
"weekIcon":["mom"],
"weekCharacter":["mom", "bf", "gf"],
"weekName":"MOMMY MUST MURDER"
}

View File

@ -1,5 +1,7 @@
{
"songs":["Cocoa", "Eggnog", "Winter-Horrorland"],
"weekid":5,
"weekIcon":["parents-christmas", "parents-christmas", "monster-christmas"]
"weekIcon":["parents-christmas", "parents-christmas", "monster-christmas"],
"weekCharacter":["parents-christmas", "bf", "gf"],
"weekName":"RED SNOW"
}

View File

@ -1,5 +1,7 @@
{
"songs":["Senpai", "Roses", "Thorns"],
"weekid":6,
"weekIcon":["senpai", "senpai", "spirit"]
"weekIcon":["senpai", "senpai", "spirit"],
"weekCharacter":["senpai", "bf", "gf"],
"weekName":"hating simulator ft. moawling"
}

View File

@ -1,5 +1,7 @@
{
"songs":["Ugh", "Guns", "Stress"],
"weekid":7,
"weekIcon":["tankman"]
"weekIcon":["tankman"],
"weekCharacter":["tankman", "bf", "gf"],
"weekName":"TANKMAN"
}