Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GalaxySmash
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)
GalaxySmash
Commits
218e2f6d
Commit
218e2f6d
authored
Dec 13, 2021
by
Trương Khoa (NEGAXY)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Khoatv: fix sound ui button
parent
57031647
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
896 additions
and
62 deletions
+896
-62
Shentox Bold SDF.asset
Assets/Game Resources/Fonts/Shentox 8/Shentox Bold SDF.asset
+730
-25
dailyreward.asset
Assets/Localization/dailyreward.asset
+1
-1
home.unity
Assets/OSG Infinity Square Space/Scenes/home.unity
+106
-4
UIButton.cs
Assets/Scripts/UI/UIButton.cs
+4
-3
Ship_1_Engines.mat
.../SpaceJourney/Elements/Ships/Materials/Ship_1_Engines.mat
+1
-1
LiberationSans SDF - Fallback.asset
...ces/Fonts & Materials/LiberationSans SDF - Fallback.asset
+50
-24
ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+2
-2
EditorUserSettings.asset
UserSettings/EditorUserSettings.asset
+2
-2
No files found.
Assets/Game Resources/Fonts/Shentox 8/Shentox Bold SDF.asset
View file @
218e2f6d
This diff is collapsed.
Click to expand it.
Assets/Localization/dailyreward.asset
View file @
218e2f6d
...
@@ -14,7 +14,7 @@ MonoBehaviour:
...
@@ -14,7 +14,7 @@ MonoBehaviour:
m_EditorClassIdentifier
:
m_EditorClassIdentifier
:
key
:
dailyreward
key
:
dailyreward
en
:
Daily Reward
en
:
Daily Reward
vi
:
"
Ph
\u1EA7
n
th
\u01B0\u1EDF
ng
h
\xE0
ng
ng
\xE0
y
"
vi
:
"
\u0110
i
\u1EC3
m
danh
"
ko
:
"
\uB9E4\uC77C
\uBCF4\uC0C1
"
ko
:
"
\uB9E4\uC77C
\uBCF4\uC0C1
"
ja
:
"
\u6BCE\u65E5\u306E\u5831\u916C
"
ja
:
"
\u6BCE\u65E5\u306E\u5831\u916C
"
fr
:
"
R
\xE9
compense
quotidienne"
fr
:
"
R
\xE9
compense
quotidienne"
...
...
Assets/OSG Infinity Square Space/Scenes/home.unity
View file @
218e2f6d
This diff is collapsed.
Click to expand it.
Assets/Scripts/UI/UIButton.cs
View file @
218e2f6d
...
@@ -64,7 +64,8 @@ public class UIButton : Button
...
@@ -64,7 +64,8 @@ public class UIButton : Button
public
override
void
OnPointerDown
(
PointerEventData
eventData
)
public
override
void
OnPointerDown
(
PointerEventData
eventData
)
{
{
base
.
OnPointerDown
(
eventData
);
base
.
OnPointerDown
(
eventData
);
DataManager
.
Instance
.
PlayClickSound
();
if
(
playeSoundOnclick
)
DataManager
.
Instance
.
PlayClickSound
();
//SoundManager.Instance.PlayButtonClicked(Camera.main.transform.position);
//SoundManager.Instance.PlayButtonClicked(Camera.main.transform.position);
//IndieGame.Manager.EffectManager.Instance.SpawnSoundClickBtn();
//IndieGame.Manager.EffectManager.Instance.SpawnSoundClickBtn();
if
(
isScale
&&
this
.
interactable
)
if
(
isScale
&&
this
.
interactable
)
...
@@ -84,8 +85,8 @@ public class UIButton : Button
...
@@ -84,8 +85,8 @@ public class UIButton : Button
{
{
base
.
OnPointerClick
(
eventData
);
base
.
OnPointerClick
(
eventData
);
System
.
Random
rd
=
new
System
.
Random
();
System
.
Random
rd
=
new
System
.
Random
();
int
random
=
rd
.
Next
(
1
,
100
);
int
random
=
rd
.
Next
(
1
,
100
);
}
}
public
void
OnSetButtonColor
(
bool
isInteractable
)
public
void
OnSetButtonColor
(
bool
isInteractable
)
...
...
Assets/SpaceJourney/Elements/Ships/Materials/Ship_1_Engines.mat
View file @
218e2f6d
...
@@ -97,7 +97,7 @@ Material:
...
@@ -97,7 +97,7 @@ Material:
-
_Glossiness
:
0
-
_Glossiness
:
0
-
_InvFade
:
3
-
_InvFade
:
3
-
_LightingEnabled
:
1
-
_LightingEnabled
:
1
-
_Metallic
:
1.0000001
-
_Metallic
:
0
-
_Mode
:
4
-
_Mode
:
4
-
_Mult
:
1
-
_Mult
:
1
-
_OcclusionStrength
:
1
-
_OcclusionStrength
:
1
...
...
Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset
View file @
218e2f6d
This diff is collapsed.
Click to expand it.
ProjectSettings/ProjectSettings.asset
View file @
218e2f6d
...
@@ -129,7 +129,7 @@ PlayerSettings:
...
@@ -129,7 +129,7 @@ PlayerSettings:
16:10
:
1
16:10
:
1
16:9
:
1
16:9
:
1
Others
:
1
Others
:
1
bundleVersion
:
1.0.
5
bundleVersion
:
1.0.
6
preloadedAssets
:
[]
preloadedAssets
:
[]
metroInputSource
:
0
metroInputSource
:
0
wsaTransparentSwapchain
:
0
wsaTransparentSwapchain
:
0
...
@@ -154,7 +154,7 @@ PlayerSettings:
...
@@ -154,7 +154,7 @@ PlayerSettings:
iPhone
:
0
iPhone
:
0
tvOS
:
0
tvOS
:
0
overrideDefaultApplicationIdentifier
:
1
overrideDefaultApplicationIdentifier
:
1
AndroidBundleVersionCode
:
8
AndroidBundleVersionCode
:
9
AndroidMinSdkVersion
:
22
AndroidMinSdkVersion
:
22
AndroidTargetSdkVersion
:
30
AndroidTargetSdkVersion
:
30
AndroidPreferredInstallLocation
:
1
AndroidPreferredInstallLocation
:
1
...
...
UserSettings/EditorUserSettings.asset
View file @
218e2f6d
...
@@ -27,13 +27,13 @@ EditorUserSettings:
...
@@ -27,13 +27,13 @@ EditorUserSettings:
value
:
22424703114646680c031c2e153010253f57282b3e3c2f33212c5260acb37a61adc333e4e8750a150903fd280d3d0d3acd2e0c06f9451f05181ae4
value
:
22424703114646680c031c2e153010253f57282b3e3c2f33212c5260acb37a61adc333e4e8750a150903fd280d3d0d3acd2e0c06f9451f05181ae4
flags
:
0
flags
:
0
RecentlyUsedScenePath-7
:
RecentlyUsedScenePath-7
:
value
:
22424703114646743e294c0b1e25561e1f03016a1f3933313f2c5d00f2e1373dadd435ece93f2c733
10de2394a2b0f36e613
value
:
22424703114646743e294c0b1e25561e1f03016a1f3933313f2c5d00f2e1373dadd435ece93f2c733
f0bfd2f10320e3ef603070cb81e04020517
flags
:
0
flags
:
0
RecentlyUsedScenePath-8
:
RecentlyUsedScenePath-8
:
value
:
22424703114646743e294c0b1e25561e1f03016a1f3933313f2c5d00f2e1373dadd435ece93f2c733403e6324a2b0f36e613
value
:
22424703114646743e294c0b1e25561e1f03016a1f3933313f2c5d00f2e1373dadd435ece93f2c733403e6324a2b0f36e613
flags
:
0
flags
:
0
RecentlyUsedScenePath-9
:
RecentlyUsedScenePath-9
:
value
:
22424703114646743e294c0b1e25561e1f03016a1f3933313f2c5d00f2e1373dadd435ece93f2c733
f0bfd2f10320e3ef603070cb81e04020517
value
:
22424703114646743e294c0b1e25561e1f03016a1f3933313f2c5d00f2e1373dadd435ece93f2c733
10de2394a2b0f36e613
flags
:
0
flags
:
0
vcSharedLogLevel
:
vcSharedLogLevel
:
value
:
0d5e400f0650
value
:
0d5e400f0650
...
...
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