Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "[Put your id here]"
id = "[krazyboats.FF76YT.edu.mit.scratch]"
versionCode = "10"
version = "1.0.0" >

<!-- versionCode is optional and Android only -->

<name>[Title of your app]</name>
<name>Krazy Boats</name>

<description>
An app made using Scratch, GitHub, and PhoneGap.
Go for as long as you can! Made with scratch. Credit to karatebuilderboy https://scratch.mit.edu/projects/116055504/.
</description>

<author href="http://scratch.mit.edu/users/[Your Username]" email="[Your Email]">
[Your Username]
<author href="http://scratch.mit.edu/users/FF76YT" email="fanaticalfish76@gmail.com">
FF76YT
</author>

</widget>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ <h1>phosphorus</h1>

var stage;

var projectId = [Your ID Here];
var projectTitle = '';
var projectId = [219262237];
var projectTitle = 'Krazy Boats';
var turbo = false;
var fullScreen = true;

Expand Down