Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BoomMaster
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanqing
BoomMaster
Commits
5468adec
Commit
5468adec
authored
Mar 01, 2021
by
wanqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关卡调整
parent
fa83889f
Changes
17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
831 additions
and
527 deletions
+831
-527
.suo
BoomMaster/.vs/BoomMaster/v16/.suo
+0
-0
BombView.cs
BoomMaster/Assets/#A2_Scripts/Battle/View/BombView.cs
+2
-2
Rope_text green.mat
BoomMaster/Assets/#C3_Materials/game/Rope_text green.mat
+77
-0
Rope_text green.mat.meta
...Master/Assets/#C3_Materials/game/Rope_text green.mat.meta
+8
-0
buding_frame2.mat
BoomMaster/Assets/#C3_Materials/game/buding_frame2.mat
+77
-0
buding_frame2.mat.meta
BoomMaster/Assets/#C3_Materials/game/buding_frame2.mat.meta
+8
-0
buding_frameYellow.mat
BoomMaster/Assets/#C3_Materials/game/buding_frameYellow.mat
+77
-0
buding_frameYellow.mat.meta
...ter/Assets/#C3_Materials/game/buding_frameYellow.mat.meta
+8
-0
libRF_CNative_ios.a.meta
.../#E1_Plugins/RayFire/Plugins/Ios/libRF_CNative_ios.a.meta
+50
-1
Level1.prefab
BoomMaster/Assets/Res/Prefabs/Levels/Level1.prefab
+88
-88
Level2.prefab
BoomMaster/Assets/Res/Prefabs/Levels/Level2.prefab
+102
-102
Level3.prefab
BoomMaster/Assets/Res/Prefabs/Levels/Level3.prefab
+2
-2
Level4.prefab
BoomMaster/Assets/Res/Prefabs/Levels/Level4.prefab
+2
-2
Level5.prefab
BoomMaster/Assets/Res/Prefabs/Levels/Level5.prefab
+82
-82
Level6.prefab
BoomMaster/Assets/Res/Prefabs/Levels/Level6.prefab
+245
-245
Level7.prefab
BoomMaster/Assets/Res/Prefabs/Levels/Level7.prefab
+2
-2
ProjectSettings.asset
BoomMaster/ProjectSettings/ProjectSettings.asset
+1
-1
No files found.
BoomMaster/.vs/BoomMaster/v16/.suo
View file @
5468adec
No preview for this file type
BoomMaster/Assets/#A2_Scripts/Battle/View/BombView.cs
View file @
5468adec
...
...
@@ -197,8 +197,8 @@ public class BombView : MonoBehaviour
}
if
(
Input
.
GetMouseButton
(
0
))
{
float
varX
=
(
Input
.
mousePosition
.
x
-
Screen
.
width
/
2f
)
/
(
Screen
.
width
/
GlobalConfig
.
NormalWidth
);
float
varY
=
(
Input
.
mousePosition
.
y
-
Screen
.
height
/
2f
)
/
(
Screen
.
width
/
GlobalConfig
.
NormalWidth
);
float
varX
=
(
Input
.
mousePosition
.
x
-
Screen
.
width
/
2f
)
/
(
Screen
.
width
/
GlobalConfig
.
NormalWidth
)
+
100.0f
;
float
varY
=
(
Input
.
mousePosition
.
y
-
Screen
.
height
/
2f
)
/
(
Screen
.
width
/
GlobalConfig
.
NormalWidth
)
-
120.0f
;
BattleCtrl
.
instance
.
battleUI
.
SetMousePos
(
varX
,
varY
);
}
if
(
Input
.
GetMouseButtonUp
(
0
))
...
...
BoomMaster/Assets/#C3_Materials/game/Rope_text green.mat
0 → 100644
View file @
5468adec
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!21
&2100000
Material
:
serializedVersion
:
6
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Rope_text green
m_Shader
:
{
fileID
:
46
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_ShaderKeywords
:
_GLOSSYREFLECTIONS_OFF _SPECULARHIGHLIGHTS_OFF
m_LightmapFlags
:
4
m_EnableInstancingVariants
:
1
m_DoubleSidedGI
:
0
m_CustomRenderQueue
:
-1
stringTagMap
:
{}
disabledShaderPasses
:
[]
m_SavedProperties
:
serializedVersion
:
3
m_TexEnvs
:
-
_BumpMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailAlbedoMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailMask
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailNormalMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_EmissionMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_MainTex
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_MetallicGlossMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_OcclusionMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_ParallaxMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
m_Floats
:
-
_BumpScale
:
1
-
_Cutoff
:
0.5
-
_DetailNormalMapScale
:
1
-
_DstBlend
:
0
-
_GlossMapScale
:
1
-
_Glossiness
:
0
-
_GlossyReflections
:
0
-
_Metallic
:
0
-
_Mode
:
0
-
_OcclusionStrength
:
1
-
_Parallax
:
0.02
-
_SmoothnessTextureChannel
:
0
-
_SpecularHighlights
:
0
-
_SrcBlend
:
1
-
_UVSec
:
0
-
_ZWrite
:
1
m_Colors
:
-
_Color
:
{
r
:
0.5058824
,
g
:
0.8470589
,
b
:
0.81568635
,
a
:
1
}
-
_EmissionColor
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
1
}
BoomMaster/Assets/#C3_Materials/game/Rope_text green.mat.meta
0 → 100644
View file @
5468adec
fileFormatVersion: 2
guid: 68e81fbb01c618941a01989fbd8bf19b
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
BoomMaster/Assets/#C3_Materials/game/buding_frame2.mat
0 → 100644
View file @
5468adec
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!21
&2100000
Material
:
serializedVersion
:
6
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
buding_frame2
m_Shader
:
{
fileID
:
46
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_ShaderKeywords
:
_EMISSION
m_LightmapFlags
:
1
m_EnableInstancingVariants
:
0
m_DoubleSidedGI
:
0
m_CustomRenderQueue
:
-1
stringTagMap
:
{}
disabledShaderPasses
:
[]
m_SavedProperties
:
serializedVersion
:
3
m_TexEnvs
:
-
_BumpMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailAlbedoMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailMask
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailNormalMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_EmissionMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_MainTex
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_MetallicGlossMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_OcclusionMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_ParallaxMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
m_Floats
:
-
_BumpScale
:
1
-
_Cutoff
:
0.5
-
_DetailNormalMapScale
:
1
-
_DstBlend
:
0
-
_GlossMapScale
:
1
-
_Glossiness
:
0
-
_GlossyReflections
:
1
-
_Metallic
:
0
-
_Mode
:
0
-
_OcclusionStrength
:
1
-
_Parallax
:
0.02
-
_SmoothnessTextureChannel
:
0
-
_SpecularHighlights
:
1
-
_SrcBlend
:
1
-
_UVSec
:
0
-
_ZWrite
:
1
m_Colors
:
-
_Color
:
{
r
:
0.99607843
,
g
:
1
,
b
:
0.34901962
,
a
:
1
}
-
_EmissionColor
:
{
r
:
0.43527526
,
g
:
0.43527526
,
b
:
0.042674046
,
a
:
1
}
BoomMaster/Assets/#C3_Materials/game/buding_frame2.mat.meta
0 → 100644
View file @
5468adec
fileFormatVersion: 2
guid: 8bad1b5a9aca6bd438c1e64e02630401
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
BoomMaster/Assets/#C3_Materials/game/buding_frameYellow.mat
0 → 100644
View file @
5468adec
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!21
&2100000
Material
:
serializedVersion
:
6
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
buding_frameYellow
m_Shader
:
{
fileID
:
46
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_ShaderKeywords
:
_EMISSION
m_LightmapFlags
:
1
m_EnableInstancingVariants
:
0
m_DoubleSidedGI
:
0
m_CustomRenderQueue
:
-1
stringTagMap
:
{}
disabledShaderPasses
:
[]
m_SavedProperties
:
serializedVersion
:
3
m_TexEnvs
:
-
_BumpMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailAlbedoMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailMask
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailNormalMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_EmissionMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_MainTex
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_MetallicGlossMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_OcclusionMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_ParallaxMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
m_Floats
:
-
_BumpScale
:
1
-
_Cutoff
:
0.5
-
_DetailNormalMapScale
:
1
-
_DstBlend
:
0
-
_GlossMapScale
:
1
-
_Glossiness
:
0
-
_GlossyReflections
:
1
-
_Metallic
:
0
-
_Mode
:
0
-
_OcclusionStrength
:
1
-
_Parallax
:
0.02
-
_SmoothnessTextureChannel
:
0
-
_SpecularHighlights
:
1
-
_SrcBlend
:
1
-
_UVSec
:
0
-
_ZWrite
:
1
m_Colors
:
-
_Color
:
{
r
:
1
,
g
:
0.6666667
,
b
:
0
,
a
:
1
}
-
_EmissionColor
:
{
r
:
1
,
g
:
0.40392157
,
b
:
0
,
a
:
1
}
BoomMaster/Assets/#C3_Materials/game/buding_frameYellow.mat.meta
0 → 100644
View file @
5468adec
fileFormatVersion: 2
guid: b87c449fd228128468ce1e1bb613a814
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
BoomMaster/Assets/#E1_Plugins/RayFire/Plugins/Ios/libRF_CNative_ios.a.meta
View file @
5468adec
...
...
@@ -11,17 +11,66 @@ PluginImporter:
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
: Any
second:
enabled: 0
settings:
Exclude Android: 1
Exclude Editor: 1
Exclude Linux64: 1
Exclude OSXUniversal: 1
Exclude WebGL: 1
Exclude Win: 1
Exclude Win64: 1
- first:
Android: Android
second:
enabled: 0
settings:
CPU: ARMv7
- first:
Any:
second:
enabled:
1
enabled:
0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
CPU: AnyCPU
DefaultValueInitialized: true
OS: AnyOS
- first:
Standalone: Linux64
second:
enabled: 0
settings:
CPU: None
- first:
Standalone: OSXUniversal
second:
enabled: 0
settings:
CPU: None
- first:
Standalone: Win
second:
enabled: 0
settings:
CPU: None
- first:
Standalone: Win64
second:
enabled: 0
settings:
CPU: None
- first:
WebGL: WebGL
second:
enabled: 0
settings: {}
userData:
assetBundleName:
assetBundleVariant:
BoomMaster/Assets/Res/Prefabs/Levels/Level1.prefab
View file @
5468adec
This diff is collapsed.
Click to expand it.
BoomMaster/Assets/Res/Prefabs/Levels/Level2.prefab
View file @
5468adec
This diff is collapsed.
Click to expand it.
BoomMaster/Assets/Res/Prefabs/Levels/Level3.prefab
View file @
5468adec
...
...
@@ -6795,7 +6795,7 @@ Camera:
m_Enabled
:
1
serializedVersion
:
2
m_ClearFlags
:
2
m_BackGroundColor
:
{
r
:
0.
18823427
,
g
:
0.7076902
,
b
:
0.886792
4
,
a
:
1
}
m_BackGroundColor
:
{
r
:
0.
8509804
,
g
:
0.8509804
,
b
:
0.850980
4
,
a
:
1
}
m_projectionMatrixMode
:
1
m_GateFitMode
:
2
m_FOVAxisMode
:
0
...
...
@@ -6925,7 +6925,7 @@ MeshRenderer:
m_RenderingLayerMask
:
1
m_RendererPriority
:
0
m_Materials
:
-
{
fileID
:
2100000
,
guid
:
84736160cea6eb74ebf545e3556149a4
,
type
:
2
}
-
{
fileID
:
2100000
,
guid
:
68e81fbb01c618941a01989fbd8bf19b
,
type
:
2
}
m_StaticBatchInfo
:
firstSubMesh
:
0
subMeshCount
:
0
...
...
BoomMaster/Assets/Res/Prefabs/Levels/Level4.prefab
View file @
5468adec
...
...
@@ -8213,7 +8213,7 @@ Camera:
m_Enabled
:
1
serializedVersion
:
2
m_ClearFlags
:
2
m_BackGroundColor
:
{
r
:
0.
18823427
,
g
:
0.7076902
,
b
:
0.886792
4
,
a
:
1
}
m_BackGroundColor
:
{
r
:
0.
8509804
,
g
:
0.8509804
,
b
:
0.850980
4
,
a
:
1
}
m_projectionMatrixMode
:
1
m_GateFitMode
:
2
m_FOVAxisMode
:
0
...
...
@@ -11279,7 +11279,7 @@ MeshRenderer:
m_RenderingLayerMask
:
1
m_RendererPriority
:
0
m_Materials
:
-
{
fileID
:
2100000
,
guid
:
84736160cea6eb74ebf545e3556149a4
,
type
:
2
}
-
{
fileID
:
2100000
,
guid
:
68e81fbb01c618941a01989fbd8bf19b
,
type
:
2
}
m_StaticBatchInfo
:
firstSubMesh
:
0
subMeshCount
:
0
...
...
BoomMaster/Assets/Res/Prefabs/Levels/Level5.prefab
View file @
5468adec
This diff is collapsed.
Click to expand it.
BoomMaster/Assets/Res/Prefabs/Levels/Level6.prefab
View file @
5468adec
This diff is collapsed.
Click to expand it.
BoomMaster/Assets/Res/Prefabs/Levels/Level7.prefab
View file @
5468adec
...
...
@@ -1312,7 +1312,7 @@ MeshRenderer:
m_RenderingLayerMask
:
1
m_RendererPriority
:
0
m_Materials
:
-
{
fileID
:
2100000
,
guid
:
84736160cea6eb74ebf545e3556149a4
,
type
:
2
}
-
{
fileID
:
2100000
,
guid
:
68e81fbb01c618941a01989fbd8bf19b
,
type
:
2
}
m_StaticBatchInfo
:
firstSubMesh
:
0
subMeshCount
:
0
...
...
@@ -1389,7 +1389,7 @@ Camera:
m_Enabled
:
1
serializedVersion
:
2
m_ClearFlags
:
2
m_BackGroundColor
:
{
r
:
0.
18823427
,
g
:
0.7076902
,
b
:
0.886792
4
,
a
:
1
}
m_BackGroundColor
:
{
r
:
0.
8509804
,
g
:
0.8509804
,
b
:
0.850980
4
,
a
:
1
}
m_projectionMatrixMode
:
1
m_GateFitMode
:
2
m_FOVAxisMode
:
0
...
...
BoomMaster/ProjectSettings/ProjectSettings.asset
View file @
5468adec
...
...
@@ -14,7 +14,7 @@ PlayerSettings:
accelerometerFrequency
:
60
companyName
:
Dyspace
productName
:
Boom Master 3D
defaultCursor
:
{
fileID
:
0
}
defaultCursor
:
{
fileID
:
2800000
,
guid
:
092e28d43a840e643af06d219b5d7283
,
type
:
3
}
cursorHotspot
:
{
x
:
0
,
y
:
0
}
m_SplashScreenBackgroundColor
:
{
r
:
0.13725491
,
g
:
0.12156863
,
b
:
0.1254902
,
a
:
1
}
m_ShowUnitySplashScreen
:
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment