Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naichilab committed Jan 15, 2019
1 parent 499b885 commit d073c4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ sysinfo.txt
# Crashlytics generated file
crashlytics-build.properties

# Jetbrains IDE
.idea*

WebGLRelease/

Assets/GSSA*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void Start ()
IEnumerator GetHighScoreAndRankingBoard ()
{
this.scoreLabel.text = RankingLoader.Instance.Score.TextForDisplay;
his.UseRankingName = RankingLoader.Instance.info.className;
this.UseRankingName = RankingLoader.Instance.info.className;
this.captionLabel.text = string.Format("{0}ハイスコアランキング", RankingLoader.Instance.info.displayName);

//ハイスコア取得
Expand Down
9 changes: 6 additions & 3 deletions ProjectSettings/EditorSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@
--- !u!159 &1
EditorSettings:
m_ObjectHideFlags: 0
serializedVersion: 5
serializedVersion: 7
m_ExternalVersionControlSupport: Hidden Meta Files
m_SerializationMode: 2
m_LineEndingsForNewScripts: 1
m_DefaultBehaviorMode: 0
m_PrefabRegularEnvironment: {fileID: 0}
m_PrefabUIEnvironment: {fileID: 0}
m_SpritePackerMode: 0
m_SpritePackerPaddingPower: 1
m_EtcTextureCompressorBehavior: 1
m_EtcTextureFastCompressor: 1
m_EtcTextureNormalCompressor: 2
m_EtcTextureBestCompressor: 4
m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd
m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef
m_ProjectGenerationRootNamespace:
m_UserGeneratedProjectSuffix:
m_CollabEditorSettings:
inProgressEnabled: 1
m_EnableTextureStreamingInPlayMode: 1

0 comments on commit d073c4a

Please sign in to comment.