-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Intro to Scripting - Basics of CYOA Test Project
- Loading branch information
Showing
1,273 changed files
with
798 additions
and
439 deletions.
There are no files selected for viewing
136 changes: 136 additions & 0 deletions
136
0_Game_Submission_Builds/RhythmRepeatPrototype/RhythmRepeatPrototype.html
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,136 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>Unity Web Player | RhythmRepeat _AlphaPrototype</title> | ||
<script type='text/javascript' src='https://ssl-webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/jquery.min.js'></script> | ||
<script type="text/javascript"> | ||
<!-- | ||
var unityObjectUrl = "http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject2.js"; | ||
if (document.location.protocol == 'https:') | ||
unityObjectUrl = unityObjectUrl.replace("http://", "https://ssl-"); | ||
document.write('<script type="text\/javascript" src="' + unityObjectUrl + '"><\/script>'); | ||
--> | ||
</script> | ||
<script type="text/javascript"> | ||
<!-- | ||
var config = { | ||
width: 960, | ||
height: 600, | ||
params: { enableDebugging:"0" } | ||
|
||
}; | ||
var u = new UnityObject2(config); | ||
|
||
jQuery(function() { | ||
|
||
var $missingScreen = jQuery("#unityPlayer").find(".missing"); | ||
var $brokenScreen = jQuery("#unityPlayer").find(".broken"); | ||
$missingScreen.hide(); | ||
$brokenScreen.hide(); | ||
|
||
u.observeProgress(function (progress) { | ||
switch(progress.pluginStatus) { | ||
case "broken": | ||
$brokenScreen.find("a").click(function (e) { | ||
e.stopPropagation(); | ||
e.preventDefault(); | ||
u.installPlugin(); | ||
return false; | ||
}); | ||
$brokenScreen.show(); | ||
break; | ||
case "missing": | ||
$missingScreen.find("a").click(function (e) { | ||
e.stopPropagation(); | ||
e.preventDefault(); | ||
u.installPlugin(); | ||
return false; | ||
}); | ||
$missingScreen.show(); | ||
break; | ||
case "installed": | ||
$missingScreen.remove(); | ||
break; | ||
case "first": | ||
break; | ||
} | ||
}); | ||
u.initPlugin(jQuery("#unityPlayer")[0], "RhythmRepeatPrototype.unity3d"); | ||
}); | ||
--> | ||
</script> | ||
<style type="text/css"> | ||
<!-- | ||
body { | ||
font-family: Helvetica, Verdana, Arial, sans-serif; | ||
background-color: white; | ||
color: black; | ||
text-align: center; | ||
} | ||
a:link, a:visited { | ||
color: #000; | ||
} | ||
a:active, a:hover { | ||
color: #666; | ||
} | ||
p.header { | ||
font-size: small; | ||
} | ||
p.header span { | ||
font-weight: bold; | ||
} | ||
p.footer { | ||
font-size: x-small; | ||
} | ||
div.content { | ||
margin: auto; | ||
width: 960px; | ||
} | ||
div.broken, | ||
div.missing { | ||
margin: auto; | ||
position: relative; | ||
top: 50%; | ||
width: 193px; | ||
} | ||
div.broken a, | ||
div.missing a { | ||
height: 63px; | ||
position: relative; | ||
top: -31px; | ||
} | ||
div.broken img, | ||
div.missing img { | ||
border-width: 0px; | ||
} | ||
div.broken { | ||
display: none; | ||
} | ||
div#unityPlayer { | ||
cursor: default; | ||
height: 600px; | ||
width: 960px; | ||
} | ||
--> | ||
</style> | ||
</head> | ||
<body> | ||
<p class="header"><span>Unity Web Player | </span>RhythmRepeat _AlphaPrototype</p> | ||
<div class="content"> | ||
<div id="unityPlayer"> | ||
<div class="missing"> | ||
<a href="http://unity3d.com/webplayer/" title="Unity Web Player. Install now!"> | ||
<img alt="Unity Web Player. Install now!" src="http://webplayer.unity3d.com/installation/getunity.png" width="193" height="63" /> | ||
</a> | ||
</div> | ||
<div class="broken"> | ||
<a href="http://unity3d.com/webplayer/" title="Unity Web Player. Install now! Restart your browser after install."> | ||
<img alt="Unity Web Player. Install now! Restart your browser after install." src="http://webplayer.unity3d.com/installation/getunityrestart.png" width="193" height="63" /> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<p class="footer">« created with <a href="http://unity3d.com/unity/" title="Go to unity3d.com">Unity</a> »</p> | ||
</body> | ||
</html> |
Binary file added
BIN
+15.6 MB
0_Game_Submission_Builds/RhythmRepeatPrototype/RhythmRepeatPrototype.unity3d
Binary file not shown.
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
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
DnD Project/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
DnD Project/Library/metadata/00/00000000000000004000000000000000
Binary file not shown.
Binary file modified
BIN
+28 Bytes
(100%)
DnD Project/Library/metadata/be/be8e0c3ab0109854691260ec53feb7f6
Binary file not shown.
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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-134 KB
Rhythm_Repeat_Fresh_Start/Assets/Music/207913__altemark__bandpass-snap.wav
Binary file not shown.
22 changes: 0 additions & 22 deletions
22
Rhythm_Repeat_Fresh_Start/Assets/Music/207913__altemark__bandpass-snap.wav.meta
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-268 KB
Rhythm_Repeat_Fresh_Start/Assets/Music/207914__altemark__open-hihat-2.wav
Binary file not shown.
22 changes: 0 additions & 22 deletions
22
Rhythm_Repeat_Fresh_Start/Assets/Music/207914__altemark__open-hihat-2.wav.meta
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-285 KB
Rhythm_Repeat_Fresh_Start/Assets/Music/207915__altemark__open-hihat.wav
Binary file not shown.
22 changes: 0 additions & 22 deletions
22
Rhythm_Repeat_Fresh_Start/Assets/Music/207915__altemark__open-hihat.wav.meta
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-16.8 KB
Rhythm_Repeat_Fresh_Start/Assets/Music/207916__altemark__closed-hihat.wav
Binary file not shown.
22 changes: 0 additions & 22 deletions
22
Rhythm_Repeat_Fresh_Start/Assets/Music/207916__altemark__closed-hihat.wav.meta
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1.19 MB
...peat_Fresh_Start/Assets/Music/207917__altemark__giving-up-the-ghost-metallic-spectrum.wav
Binary file not shown.
22 changes: 0 additions & 22 deletions
22
...Fresh_Start/Assets/Music/207917__altemark__giving-up-the-ghost-metallic-spectrum.wav.meta
This file was deleted.
Oops, something went wrong.
Binary file not shown.
22 changes: 0 additions & 22 deletions
22
Rhythm_Repeat_Fresh_Start/Assets/Music/207918__altemark__fjutt.wav.meta
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-172 KB
Rhythm_Repeat_Fresh_Start/Assets/Music/207919__altemark__space-snare.wav
Binary file not shown.
Oops, something went wrong.