Skip to content

Commit

Permalink
修复了一些细节问题
Browse files Browse the repository at this point in the history
  • Loading branch information
imengyu committed May 2, 2022
1 parent b4a7437 commit b9965a1
Show file tree
Hide file tree
Showing 78 changed files with 1,311 additions and 404 deletions.
80 changes: 80 additions & 0 deletions Assets/BallancePhysics/Plugins/iOS/libbphysics.dylib.meta

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

8 changes: 8 additions & 0 deletions Assets/BallancePhysics/Plugins/macOS.meta

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

80 changes: 80 additions & 0 deletions Assets/BallancePhysics/Plugins/macOS/libbphysics.dylib.meta

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

2 changes: 1 addition & 1 deletion Assets/Game/Materials/Game/Floor_Side.mat
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Material:
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _AmbientColor: {r: 0.254717, g: 0.254717, b: 0.254717, a: 1}
- _AmbientColor: {r: 0.3137255, g: 0.3137255, b: 0.3137255, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _Emission: {r: 0.1981132, g: 0.1981132, b: 0.1981132, a: 1}
- _EmissionColor: {r: 0.40784314, g: 0.40784314, b: 0.40784314, a: 1}
Expand Down
2 changes: 1 addition & 1 deletion Assets/Game/Materials/Game/Modul_13_Metal.mat
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Material:
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _AmbientColor: {r: 0, g: 0, b: 0, a: 1}
- _AmbientColor: {r: 0.11320752, g: 0.11320752, b: 0.11320752, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _Emission: {r: 0.254717, g: 0.254717, b: 0.254717, a: 1}
- _EmissionColor: {r: 0.3962264, g: 0.3962264, b: 0.3962264, a: 1}
Expand Down
9 changes: 3 additions & 6 deletions Assets/Game/PackageDef.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
<BaseInfo>
<Name>Ballance Core</Name>
<Author>Ballance</Author>
<Introduction>Ballance 基础系统包,包含全部自带基础球与基础机关</Introduction>
<Description>
Ballance 基础系统包,包含全部自带基础球与基础机关,是所有MOD的基础依赖,不可卸载。
</Description>
<Logo>PackageLogo.png</Logo>
<Introduction>{core.package.Introduction}</Introduction>
<Description>{core.package.Description}</Description>
<Link>https://imengyu.top/ballanceProject</Link>
<AuthorLink>https://imengyu.top/</AuthorLink>
<DocLink>https://imengyu.top/ballanceProject/doc</DocLink>
<VersionName>{internal.core.versionName}</VersionName>
<Dependencies>
<Package name="system" minVer="16" mustLoad="true"></Package>
<Package name="system" minVer="17" mustLoad="true"></Package>
</Dependencies>
</BaseInfo>
<EntryCode>PackageEntry</EntryCode>
Expand Down
2 changes: 1 addition & 1 deletion Assets/Game/PackageEntry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ return {
CoreUnload()
return true
end,
PackageVersion = 16,
PackageVersion = 17,
}
Loading

0 comments on commit b9965a1

Please sign in to comment.