Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
minecraft-hero-merge-battle
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
Hà Trung (NEGAXY)
minecraft-hero-merge-battle
Commits
0d65eb69
Commit
0d65eb69
authored
Oct 07, 2022
by
Hà Trung (NEGAXY)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.147.34.20:30081/trung.ha/minecraft-hero-merge-battle
parents
7b5ef922
d8746b46
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2149 additions
and
72 deletions
+2149
-72
SampleScene_halloween.unity
Assets/Scenes/SampleScene_halloween.unity
+2146
-71
GameplayManager.cs
Assets/Scripts/Gameplay/GameplayManager.cs
+1
-0
Gp_landAnimal.cs
Assets/Scripts/Gameplay/Gp_landAnimal.cs
+1
-0
FirebaseManager.cs
Assets/Scripts/Manager/FirebaseManager.cs
+1
-1
No files found.
Assets/Scenes/SampleScene_halloween.unity
View file @
0d65eb69
This diff is collapsed.
Click to expand it.
Assets/Scripts/Gameplay/GameplayManager.cs
View file @
0d65eb69
...
...
@@ -101,6 +101,7 @@ public class GameplayManager : MonoBehaviour
GuiManager
.
Instance
.
OnIslandScreen
();
EffectManager
.
Instance
.
PlayIslandMusic
();
}
public
void
HideLand
()
{
currentLevel
.
ResetSkybox
();
...
...
Assets/Scripts/Gameplay/Gp_landAnimal.cs
View file @
0d65eb69
...
...
@@ -41,6 +41,7 @@ public class Gp_landAnimal : DinosaurBehavior
transform
.
rotation
=
Quaternion
.
Lerp
(
transform
.
rotation
,
Quaternion
.
LookRotation
(
dir
,
Vector3
.
up
),
Time
.
deltaTime
*
3f
);
}
}
else
{
...
...
Assets/Scripts/Manager/FirebaseManager.cs
View file @
0d65eb69
...
...
@@ -223,7 +223,7 @@ public class FirebaseManager : MonoBehaviour
showFightSystem
=
remoteConfig
.
GetValue
(
"show_fight_system"
).
BooleanValue
;
timeShowInters
=
(
float
)
remoteConfig
.
GetValue
(
"time_show_inters"
).
DoubleValue
;
useThemeHalloween
=
remoteConfig
.
GetValue
(
"use_theme_halloween"
).
BooleanValue
;
// bat tat them halloween
//
useThemeHalloween = remoteConfig.GetValue("use_theme_halloween").BooleanValue; // bat tat them halloween
break
;
case
LastFetchStatus
.
Failure
:
...
...
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