-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
separated the three languages into individual folders as per request
- Loading branch information
1 parent
3a1f81a
commit 763d37c
Showing
261 changed files
with
251,370 additions
and
1 deletion.
There are no files selected for viewing
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,5 @@ | ||
[Dolphin] | ||
SortRole=date | ||
Timestamp=2016,11,2,21,2,6 | ||
Version=3 | ||
ViewMode=1 |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,5 @@ | ||
[Dolphin] | ||
SortRole=date | ||
Timestamp=2016,11,2,21,2,6 | ||
Version=3 | ||
ViewMode=1 |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Run Kitty Run!</title> | ||
<style> | ||
@font-face { | ||
font-family: "OpenSans"; | ||
src: url("fonts/OpenSans-Regular.ttf") format("truetype"), | ||
url("fonts/OpenSans-Regular.woff") format("woff"), | ||
url("fonts/Gidugu.ttf") format("truetype"), | ||
url("fonts/Kruti_Dev_040_Condensed.ttf") format("truetype"), | ||
url("fonts/OpenSans-Regular.svg") format("svg"); | ||
font-weight: normal; | ||
font-style: normal; | ||
font-size: 30px; | ||
} | ||
|
||
/* This part is needed to load the font in time for phaser */ | ||
body { | ||
font-family: OpenSans; | ||
} | ||
div { | ||
font-family: OpenSans; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body> | ||
<div id="container" style="position:relative;"> | ||
<div id="graphs" style="display:none"> | ||
<div id="posgraph-ctr"> | ||
<canvas crossorigin="anonymous" id="posgraph" style="height: 260px; width: 430px; top: 205px; left: 205px; display:inline-block; position: absolute;"></canvas> | ||
</div> | ||
<div id="velgraph-ctr"> | ||
<canvas crossorigin="anonymous" id="velgraph" style="height: 260px; width: 430px; top: 205px; left: 610px; display:inline-block; position: absolute;"></canvas> | ||
</div> | ||
</div> | ||
<div id="phaserphys-game" class="game" style="z-index: 100; position:absolute"> | ||
</div> | ||
</div> | ||
<script src="js/RGraph.common.core.js"></script> | ||
<script src="js/RGraph.common.dynamic.js"></script> | ||
<script src="js/RGraph.line.js"></script> | ||
<script src="js/RGraph.drawing.background.js"></script> | ||
<script src="phaser.js"></script> | ||
<script src="src/loading.js"></script> | ||
<script src="src/prefabs.js"></script> | ||
<script src="src/playlevel.js"></script> | ||
<script src="src/ending.js"></script> | ||
<script src="src/lang/game-hin.js"></script> | ||
</body> | ||
</html> | ||
|
Oops, something went wrong.