This commit is contained in:
2026-05-15 17:55:14 +08:00
parent dd3b97bb48
commit 663bd4da53
63 changed files with 7256 additions and 319 deletions
@@ -20,7 +20,7 @@ namespace FGUI.ACommon
{
base.ConstructFromXML(xml);
loader_flag = (GLoader)GetChildAt(1);
loader_flag = (GLoader)GetChildAt(2);
text_name = (GTextField)GetChildAt(3);
}
}
@@ -16,6 +16,7 @@ namespace FGUI.JSettings
UIObjectFactory.SetPackageItemExtension(btn_6contact.URL, typeof(btn_6contact));
UIObjectFactory.SetPackageItemExtension(btn_on.URL, typeof(btn_on));
UIObjectFactory.SetPackageItemExtension(com_howto.URL, typeof(com_howto));
UIObjectFactory.SetPackageItemExtension(btn_website.URL, typeof(btn_website));
UIObjectFactory.SetPackageItemExtension(btn_pri.URL, typeof(btn_pri));
UIObjectFactory.SetPackageItemExtension(btn_terns.URL, typeof(btn_terns));
}
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.JSettings
{
public partial class btn_website : GButton
{
public GButton bar;
public const string URL = "ui://ae8hdouduvpqp1r";
public static btn_website CreateInstance()
{
return (btn_website)UIPackage.CreateObject("JSettings", "btn_website");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
bar = (GButton)GetChildAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1ad06ba7908e6f34896b335ca8a96102
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -19,6 +19,7 @@ namespace FGUI.JSettings
public btn_terns btn_terms;
public GTextField txt_title;
public GButton closeButton;
public btn_website btn_website;
public const string URL = "ui://ae8hdoudrhll0";
public static com_setting CreateInstance()
@@ -31,17 +32,18 @@ namespace FGUI.JSettings
base.ConstructFromXML(xml);
gift = GetControllerAt(0);
btn_record = (btn_record)GetChildAt(1);
btn_contact = (btn_6contact)GetChildAt(2);
text_uid = (GTextField)GetChildAt(5);
text_version = (GTextField)GetChildAt(6);
btn_music = (btn_4music)GetChildAt(7);
btn_sound = (btn_5sounds)GetChildAt(8);
btn_how = (btn_2howto)GetChildAt(9);
btn_pri = (btn_pri)GetChildAt(10);
btn_terms = (btn_terns)GetChildAt(11);
txt_title = (GTextField)GetChildAt(12);
closeButton = (GButton)GetChildAt(13);
btn_record = (btn_record)GetChildAt(0);
btn_contact = (btn_6contact)GetChildAt(1);
text_uid = (GTextField)GetChildAt(4);
text_version = (GTextField)GetChildAt(5);
btn_music = (btn_4music)GetChildAt(6);
btn_sound = (btn_5sounds)GetChildAt(7);
btn_how = (btn_2howto)GetChildAt(8);
btn_pri = (btn_pri)GetChildAt(9);
btn_terms = (btn_terns)GetChildAt(10);
txt_title = (GTextField)GetChildAt(11);
closeButton = (GButton)GetChildAt(12);
btn_website = (btn_website)GetChildAt(13);
}
}
}
@@ -371,6 +371,7 @@ namespace BingoBrain
if (PreferencesMgr.Instance.CardBoardSum >= need_card)
{
PreferencesMgr.Instance.CardBoardSum -= need_card;
PreferencesMgr.Instance.CardBoardIndex=play_index_list[i];
ui.com_cards.text_fx.text = $"-{need_card}";
ui.touchable = false;
ui.com_cards.fx_num.Play();
+1 -1
View File
@@ -82,7 +82,7 @@ namespace BingoBrain
{
var aRichTextField = new GTextField();
aRichTextField.SetSize(GRoot.inst.width, 100);
aRichTextField.color = new Color32(19,136,198,1);
aRichTextField.color = new Color32(193,114,83,1);
aRichTextField.textFormat.size = 38;
@@ -71,6 +71,10 @@ namespace BingoBrain
CtrlCloseUI();
});
}
ui.btn_website.SetClick(() =>
{
OpenBrowser.OpenURL("https://bingotor.com/");
});
}
private void OnClickSoundBtn()
@@ -96,7 +100,7 @@ namespace BingoBrain
{
ui.text_version.SetVar("version", Application.version).FlushVars();
ui.text_uid.text = "UID:"+GameHelper.GetLoginModel().uid ;
ui.text_uid.text = "UID:" + GameHelper.GetLoginModel().uid;
ui.btn_music.btn_on.cont_btn.selectedIndex = model.IsOpenMusic ? btn_on.Btn_on : btn_on.Btn_off;
ui.btn_sound.btn_on.cont_btn.selectedIndex = model.IsOpenEffect ? btn_on.Btn_on : btn_on.Btn_off;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 85 KiB

@@ -3,7 +3,7 @@ guid: 25df0ee219dd7594bb637d0025170f2b
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
@@ -39,7 +39,7 @@ TextureImporter:
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
@@ -69,9 +69,9 @@ TextureImporter:
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 256
resizeAlgorithm: 1
textureFormat: 4
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
@@ -82,48 +82,9 @@ TextureImporter:
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 256
resizeAlgorithm: 1
textureFormat: 4
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 256
resizeAlgorithm: 1
textureFormat: 4
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: WebGL
maxTextureSize: 256
resizeAlgorithm: 1
textureFormat: 4
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 256
resizeAlgorithm: 1
textureFormat: 4
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
@@ -134,9 +95,22 @@ TextureImporter:
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: iPhone
maxTextureSize: 256
resizeAlgorithm: 1
textureFormat: 4
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
@@ -162,5 +136,5 @@ TextureImporter:
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName: atlas.game.assetbundle
assetBundleName:
assetBundleVariant:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 43 KiB

@@ -3,7 +3,7 @@ guid: cab3788586659284ebd852e8b9b5878c
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
@@ -45,12 +45,12 @@ TextureImporter:
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 0
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 0
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
@@ -65,13 +65,13 @@ TextureImporter:
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 1
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 512
resizeAlgorithm: 1
textureFormat: 4
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
@@ -82,48 +82,9 @@ TextureImporter:
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 512
resizeAlgorithm: 1
textureFormat: 4
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 1
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 512
resizeAlgorithm: 1
textureFormat: 47
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 1
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: iPhone
maxTextureSize: 512
resizeAlgorithm: 1
textureFormat: 47
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 1
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: WebGL
maxTextureSize: 512
resizeAlgorithm: 1
textureFormat: 4
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
@@ -133,10 +94,23 @@ TextureImporter:
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 512
resizeAlgorithm: 1
textureFormat: 4
buildTarget: iPhone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
@@ -162,5 +136,5 @@ TextureImporter:
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName: atlas.game.assetbundle
assetBundleName:
assetBundleVariant:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 104 KiB

@@ -3,7 +3,7 @@ guid: 60b7644950296d04c9451af0db22614a
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
@@ -93,45 +93,6 @@ TextureImporter:
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: iPhone
maxTextureSize: 2048
@@ -145,6 +106,19 @@ TextureImporter:
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
@@ -162,5 +136,5 @@ TextureImporter:
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName: atlas.game.assetbundle
assetBundleName:
assetBundleVariant:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 28 KiB

@@ -11,7 +11,8 @@ Material:
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
m_ValidKeywords:
- _STRAIGHT_ALPHA_INPUT
m_InvalidKeywords:
- _USE8NEIGHBOURHOOD_ON
m_LightmapFlags: 4
@@ -37,7 +38,7 @@ Material:
- _OutlineWidth: 3
- _StencilComp: 8
- _StencilRef: 1
- _StraightAlphaInput: 0
- _StraightAlphaInput: 1
- _ThresholdEnd: 0.25
- _Use8Neighbourhood: 1
m_Colors:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

@@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: eb7abafedf963cd4f8f473bd60590b28
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: iPhone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 534 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 KiB

After

Width:  |  Height:  |  Size: 777 KiB

Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 KiB

After

Width:  |  Height:  |  Size: 366 KiB

Binary file not shown.
Binary file not shown.
@@ -111,7 +111,7 @@ Transform:
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.65, y: 0.65, z: 1}
m_LocalScale: {x: 0.55, y: 0.55, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 6079456359455626590}
@@ -884,7 +884,7 @@ Transform:
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.65, y: 0.65, z: 1}
m_LocalScale: {x: 0.48, y: 0.48, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 6079456359455626590}
@@ -1,9 +1,7 @@
Privacy Policy for Bingo Tornado
Welcome to **Bingo Tornado**! We take your privacy extremely seriously. This Privacy Policy outlines how we collect, use, store, and protect your personal data. Please read this policy thoroughly to understand how we manage your personal information.
Welcome to **Golden Dab Bingo**! We take your privacy extremely seriously. This Privacy Policy outlines how we collect, use, store, and protect your personal data. Please read this policy thoroughly to understand how we manage your personal information.
1. Introduction
Thank you for using **Bingo Tornado**! We are committed to protecting your privacy and ensuring that your data is handled appropriately, providing you with a safe and enjoyable gaming experience.
Thank you for using **Golden Dab Bingo**! We are committed to protecting your privacy and ensuring that your data is handled appropriately, providing you with a safe and enjoyable gaming experience.
2. Information We Collect
We may gather the following types of data:
@@ -36,7 +34,7 @@ You have the right to access, correct, delete your personal data, or withdraw yo
- In-Game Support: Submit requests through the in-game customer support system, and we will process your requests as soon as possible.
7. Third-Party Services
Bingo Tornado may integrate third-party services, such as social media platforms and advertising networks. These third-party services may collect your data. We recommend that you review the privacy policies of these third-party services to understand how they handle your data. We are not responsible for the actions or policies of third-party services, but we strive to ensure that our partners adhere to high standards of data protection.
Golden Dab Bingo may integrate third-party services, such as social media platforms and advertising networks. These third-party services may collect your data. We recommend that you review the privacy policies of these third-party services to understand how they handle your data. We are not responsible for the actions or policies of third-party services, but we strive to ensure that our partners adhere to high standards of data protection.
8. Children's Privacy
We do not intentionally collect personal data from children under the age of 13. If we discover that we have collected personal data from a child under 13, we will immediately delete that data and take necessary measures to prevent similar occurrences.
@@ -1,22 +1,22 @@
User Agreement for Bingo Tornado
User Agreement for Golden Dab Bingo
1. Introduction
Welcome to **Bingo Tornado**! Please read the following terms and conditions carefully. By downloading and using **Bingo Tornado**, you confirm that you have read, understood, and agree to comply with all the terms and conditions set forth in this User Agreement. If you do not agree to these terms and conditions, do not download or use **Bingo Tornado**. By continuing to use the game, you acknowledge and agree to be bound by these terms. These terms and conditions constitute an important legal agreement between you and the developers of Bingo Tornado and are binding on your use of the game.
Welcome to **Golden Dab Bingo**! Please read the following terms and conditions carefully. By downloading and using **Golden Dab Bingo**, you confirm that you have read, understood, and agree to comply with all the terms and conditions set forth in this User Agreement. If you do not agree to these terms and conditions, do not download or use **Golden Dab Bingo**. By continuing to use the game, you acknowledge and agree to be bound by these terms. These terms and conditions constitute an important legal agreement between you and the developers of Golden Dab Bingo and are binding on your use of the game.
2. Acceptance of Terms
By downloading and using **Bingo Tornado**, you confirm that you have read, understood, and agree to comply with all the terms and conditions set forth in this User Agreement. If you do not agree to these terms, do not download or use the game. Continued use of the game constitutes your acceptance of these terms.
By downloading and using **Golden Dab Bingo**, you confirm that you have read, understood, and agree to comply with all the terms and conditions set forth in this User Agreement. If you do not agree to these terms, do not download or use the game. Continued use of the game constitutes your acceptance of these terms.
3. User Responsibilities
You are responsible for maintaining the confidentiality of your account information and for all activities that occur under your account. You agree to use the game only for lawful purposes and in accordance with all applicable laws and regulations. You must not engage in any illegal or prohibited activities, nor use the game to harass, threaten, or abuse others. Additionally, you must not attempt to hack, modify, or otherwise interfere with the normal operation of the game, nor spread any viruses, malware, or other harmful code. You are also responsible for ensuring that any devices you use to access the game meet the minimum system requirements and are compatible with the game.
4. In-App Purchases
Bingo Tornado may offer in-app purchases. You agree to pay all fees associated with your purchases. All sales are final, and no refunds will be provided unless required by law. If you have any questions or concerns about your purchase, please contact our customer support team. We recommend that you carefully review the purchase terms and conditions before making any purchases to ensure you understand all related fees and policies. Unauthorized attempts to manipulate or alter the in-app purchase system are strictly prohibited and may result in account suspension or termination.
Golden Dab Bingo may offer in-app purchases. You agree to pay all fees associated with your purchases. All sales are final, and no refunds will be provided unless required by law. If you have any questions or concerns about your purchase, please contact our customer support team. We recommend that you carefully review the purchase terms and conditions before making any purchases to ensure you understand all related fees and policies. Unauthorized attempts to manipulate or alter the in-app purchase system are strictly prohibited and may result in account suspension or termination.
5. Termination
We reserve the right to suspend or terminate your access to the game at any time, without prior notice, if you violate these terms or engage in any behavior that we deem inappropriate. We may take necessary actions, including but not limited to closing your account, to protect the health and safety of the game community. If your access is terminated, you will not be able to continue using the game or its related services unless we decide to reinstate your access. Repeated violations of the terms may result in permanent account suspension.
6. Limitation of Liability
To the maximum extent permitted by law, Bingo Tornado shall not be liable for any indirect, incidental, or consequential damages arising from your use of the game. We are not responsible for any losses or damages resulting from your use of the game, unless otherwise required by law. We strive to ensure the stability and security of the game, but we do not guarantee that it will operate without faults in all situations. You use the game at your own risk. We are not liable for any technical issues, server downtime, or other disruptions that may affect your ability to use the game.
To the maximum extent permitted by law, Golden Dab Bingo shall not be liable for any indirect, incidental, or consequential damages arising from your use of the game. We are not responsible for any losses or damages resulting from your use of the game, unless otherwise required by law. We strive to ensure the stability and security of the game, but we do not guarantee that it will operate without faults in all situations. You use the game at your own risk. We are not liable for any technical issues, server downtime, or other disruptions that may affect your ability to use the game.
7. Changes to the Agreement
We reserve the right to update this User Agreement from time to time. We will notify you of any changes by posting the new agreement within the game. We recommend that you regularly review this agreement to stay informed about the latest terms and conditions. If we make significant changes, we may provide additional notice, such as in-game notifications or emails. By continuing to use the game after an update, you agree to be bound by the new terms and conditions. Significant changes may require your explicit acceptance.
@@ -25,20 +25,20 @@ We reserve the right to update this User Agreement from time to time. We will no
We take your privacy seriously and are committed to protecting your personal information. Please review our [Privacy Policy]() to understand how we collect, use, and protect your personal information. The Privacy Policy is an integral part of this User Agreement, and by using the game, you agree to our handling of your personal information in accordance with the Privacy Policy. Any violation of the Privacy Policy may result in account suspension or termination.
9. Third-Party Services
Bingo Tornado may integrate with third-party services, such as social media platforms and analytics tools. These third-party services may collect information about your use of the game. For example, if you connect your social media account to **Bingo Tornado**, the social media platform may collect data about your usage. We encourage you to review the privacy policies of these third-party services to understand how they handle your information. We are not responsible for the actions or policies of third-party services, but we strive to ensure that our partners adhere to high standards of data protection.
Golden Dab Bingo may integrate with third-party services, such as social media platforms and analytics tools. These third-party services may collect information about your use of the game. For example, if you connect your social media account to **Golden Dab Bingo**, the social media platform may collect data about your usage. We encourage you to review the privacy policies of these third-party services to understand how they handle your information. We are not responsible for the actions or policies of third-party services, but we strive to ensure that our partners adhere to high standards of data protection.
10. User-Generated Content
If you create or upload any content (such as comments, posts, or images) within the game, you must ensure that this content does not infringe on the rights of others and does not contain any illegal, defamatory, obscene, or offensive material. You grant us a non-exclusive, worldwide, perpetual, irrevocable, royalty-free license to use, reproduce, modify, distribute, and display any content you submit to the game. We reserve the right to remove any content that violates this agreement and to take appropriate action against violating users. We may also remove content that we deem inappropriate, even if it does not violate the terms.
11. Advertising and Services
Bingo Tornado may display advertisements or offer other services. We strive to ensure the appropriateness and legality of the advertising content, but we are not responsible for its content. You should exercise your own judgment when interacting with ads or using third-party services within the game and assume the associated risks. We recommend that you carefully read the terms and conditions of any ads or third-party services before clicking on them or using them. Unauthorized attempts to manipulate or alter the advertising system are strictly prohibited and may result in account suspension or termination.
Golden Dab Bingo may display advertisements or offer other services. We strive to ensure the appropriateness and legality of the advertising content, but we are not responsible for its content. You should exercise your own judgment when interacting with ads or using third-party services within the game and assume the associated risks. We recommend that you carefully read the terms and conditions of any ads or third-party services before clicking on them or using them. Unauthorized attempts to manipulate or alter the advertising system are strictly prohibited and may result in account suspension or termination.
12. Force Majeure
We shall not be liable for any interruption or inability to use the game services due to force majeure events such as natural disasters, war, terrorist attacks, government actions, etc. We will make every effort to minimize the impact of force majeure events on you and restore services as quickly as possible. During the period of force majeure, you use the game at your own risk. We will provide updates and information as soon as possible to keep you informed about the status of the game.
13. Additional Terms
- **Assignment**: We may assign our rights and obligations under this agreement to a third party without notifying you. You may not assign any of your rights or obligations under this agreement without our prior written consent.
- **Entire Agreement**: This agreement constitutes the entire agreement between you and us regarding your use of Bingo Tornado and supersedes all prior oral or written communications and proposals.
- **Entire Agreement**: This agreement constitutes the entire agreement between you and us regarding your use of Golden Dab Bingo and supersedes all prior oral or written communications and proposals.
- **Severability**: If any provision of this agreement is found to be invalid or unenforceable, the remaining provisions will continue to be valid.
- **Waiver**: Our failure to exercise or enforce any right or provision of this agreement does not constitute a waiver of such right or provision.
- **Notices**: We may send notices to you via in-game notifications, email, or SMS. It is your responsibility to ensure that the contact information we have on file for you is current and accurate.