Skip to content

Commit

Permalink
提交修改
Browse files Browse the repository at this point in the history
  • Loading branch information
KIPKIPS committed Apr 5, 2021
1 parent cdea0b3 commit 2779479
Show file tree
Hide file tree
Showing 996 changed files with 1,005 additions and 79,616 deletions.
60 changes: 60 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Mm]emoryCaptures/

# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

# Autogenerated Jetbrains Rider plugin
[Aa]ssets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.unitypackage

# Crashlytics generated file
crashlytics-build.properties

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
489 changes: 247 additions & 242 deletions Assembly-CSharp.csproj

Large diffs are not rendered by default.

47 changes: 37 additions & 10 deletions Assets/MyAssets/Images/background 1.png.meta

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

18 changes: 3 additions & 15 deletions Assets/StreamingFile/GameDataXML.xml
Original file line number Diff line number Diff line change
@@ -1,36 +1,24 @@
<Save Name="SaveFile">
<Monster>
<MonsterPos>0</MonsterPos>
<MonsterType>2</MonsterType>
</Monster>
<Monster>
<MonsterPos>1</MonsterPos>
<MonsterType>1</MonsterType>
</Monster>
<Monster>
<MonsterPos>2</MonsterPos>
<MonsterType>2</MonsterType>
<MonsterType>0</MonsterType>
</Monster>
<Monster>
<MonsterPos>3</MonsterPos>
<MonsterType>2</MonsterType>
</Monster>
<Monster>
<MonsterPos>4</MonsterPos>
<MonsterType>1</MonsterType>
</Monster>
<Monster>
<MonsterPos>5</MonsterPos>
<MonsterType>3</MonsterType>
</Monster>
<Monster>
<MonsterPos>7</MonsterPos>
<MonsterType>1</MonsterType>
<MonsterType>2</MonsterType>
</Monster>
<Monster>
<MonsterPos>8</MonsterPos>
<MonsterType>0</MonsterType>
</Monster>
<Score>4</Score>
<Score>0</Score>
<BGM>True</BGM>
</Save>
Binary file modified Library/APIUpdater/project-dependencies.graph
Binary file not shown.
Loading

0 comments on commit 2779479

Please sign in to comment.