Misdew/app/stone-origami-sword/info.php
2022-07-20 09:19:00 -04:00

33 lines
1.6 KiB
PHP

<?php
/*
__ __ _____ _____
| \/ | __ \ | ____|
| \ / | | | |_ _| |__
| |\/| | | | \ \ / /___ \
| | | | |__| |\ V / ___) |
|_| |_|_____/ \_/ |____/ Join us. The hype is real.
You may code your application however you like.
It may be designed however you like.
You can do whatever you want, as long as you aren't mischievous.
You will not be able to access anything from Misdew's database.
However, you can connect to your own external database(s) if needed.
Be sure to fill out the required info below.
Once your app is done, zip all of your files into an archive.
Be sure to also include this file in the archive.
Name this archive as so: Username_AppName.zip
Upload this archive to dev.misdew.com
*/
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # FILL OUT THE FORM # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
$application_name = "Stone Origami Sword"; // Must not exceed 18 chars
$application_icon = "https://i.imgur.com/8oQmLWE.png"; // Upload your square, 1080x1080 icon to Imgur and paste the direct link here
$application_desc = "Play Stone Origami Sword against a bot."; // Describe your app
$application_price = "100"; // Set the price of your app (0 to whatever you want; you keep 70%)
$application_dev = "Lock"; // Enter your Misdew username here
$application_color = "black"; // Your app color; should be the same color as your icon's main color
$application_tcolor = "#333333"; // Should look good on top of your app's color (is used for font)
?>