Skip to content

Commit

Permalink
fixed titles
Browse files Browse the repository at this point in the history
  • Loading branch information
playerx committed Mar 2, 2014
1 parent 4edea33 commit 55e7a6c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Jok.Pitching/Jok.Pitching/Resources/Play.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Jok.Pitching/Jok.Pitching/Resources/Play.resx
Expand Up @@ -153,4 +153,7 @@
<data name="A012" xml:space="preserve">
<value>← Rotate phone left or right →</value>
</data>
<data name="A013" xml:space="preserve">
<value>← Press LEFT or RIGHT arrow buttons to miss tomatoes →</value>
</data>
</root>
2 changes: 1 addition & 1 deletion Jok.Pitching/Jok.Pitching/Scripts/Game.js
Expand Up @@ -247,7 +247,7 @@ var Game = {
fill: 'white',
fontSize: 30,
fontFamily: 'Arial',
text: ML.A012
text: (window.JM ? ML.A012 : ML.A013)
});

this.canvasLayer.add(this.hintText);
Expand Down
3 changes: 2 additions & 1 deletion Jok.Pitching/Jok.Pitching/Views/Home/Index.cshtml
Expand Up @@ -90,12 +90,13 @@
<div class="fb-like" data-href="http://pitching.jok.io/" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
</div>
<div class="info">
<span class="title">Idea:</span><br />
<span class="title">Story:</span><br />
Game "describes" pitching procedure on Game Jam event. There is speaker and juries.
Jury's goal is to throw tomatos and get Sniper points.
Speaker's goal is to miss them all and get more Ninja points.

Idea was born at first "Game Jam" event, in Tbilisi, Georgia.
Have fun :)
</div>
<div class="info">
<span class="title">Game Modes:</span><br />
Expand Down
1 change: 1 addition & 0 deletions Jok.Pitching/Jok.Pitching/Views/Home/Play.cshtml
Expand Up @@ -9,6 +9,7 @@
A003: '@R.A003',
A011: '@R.A011',
A012: '@Html.Raw(R.A012)',
A013: '@Html.Raw(R.A013)',
}
var RootUrl = '@System.Configuration.ConfigurationManager.AppSettings["SiteUrl"]';
</script>
Expand Down

0 comments on commit 55e7a6c

Please sign in to comment.