"use strict"; import { notes, credits } from "notesAndCredits"; function howToPlay() { Just absolutely obliterate the green flag, like how you would crush those heart and star buttons to bits with all your might (wink wink nudge nudge); Press [ space ] to advance the dialog; } console.log(howToPlay(), notes(), credits());
function notes() { Just thought I'd do a little update since my birthday was on Feb 11th; } function credits() { let cred = { art: "me :3", variousSFX: "Various Submachine games", doorSlamSound: "FNaF 1", music: ["Toby Fox", "The Thumpmonks"], }; return cred; } const Changelog = { "1.0_2022.02.16": "Release", };