purge remaining gauntlet references from version.json and godot .import/.gltf meta files
This commit is contained in:
+12
-12
@@ -11,7 +11,7 @@
|
|||||||
"Fixed multiplayer desync issue where the playerboard UI would get stuck and not refresh properly.",
|
"Fixed multiplayer desync issue where the playerboard UI would get stuck and not refresh properly.",
|
||||||
"Fixed a bug where attacking or pushing another player would cause the smack/punch sound effect to play repeatedly.",
|
"Fixed a bug where attacking or pushing another player would cause the smack/punch sound effect to play repeatedly.",
|
||||||
"Fixed an issue where the Gacha panel's currency balance would not update immediately after purchasing currency in the Shop.",
|
"Fixed an issue where the Gacha panel's currency balance would not update immediately after purchasing currency in the Shop.",
|
||||||
"Fixed a fatal client crash in Multiplayer Gauntlet mode caused by smack cooldown timers."
|
"Fixed a fatal client crash in Multiplayer Candy Survival mode caused by smack cooldown timers."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -20,11 +20,11 @@
|
|||||||
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
|
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
|
||||||
"pck_size": 0,
|
"pck_size": 0,
|
||||||
"changelog": [
|
"changelog": [
|
||||||
"Replaced Cleanser mechanic in Gauntlet with Ghost powerup sticky-bypass system.",
|
"Replaced Cleanser mechanic in Candy Survival with Ghost powerup sticky-bypass system.",
|
||||||
"Ghost (Invisible Mode) now lets players walk through sticky candy tiles in Gauntlet.",
|
"Ghost (Invisible Mode) now lets players walk through sticky candy tiles in Candy Survival.",
|
||||||
"Players earn a Ghost powerup every 2 completed missions in Gauntlet.",
|
"Players earn a Ghost powerup every 2 completed missions in Candy Survival.",
|
||||||
"Ghost powerup tiles now spawn naturally on the Gauntlet arena (15% chance).",
|
"Ghost powerup tiles now spawn naturally on the Candy Survival arena (15% chance).",
|
||||||
"Removed Cleanser HUD elements from Gauntlet overlay.",
|
"Removed Cleanser HUD elements from Candy Survival overlay.",
|
||||||
"Bots now activate Ghost powerup when boxed in by sticky tiles.",
|
"Bots now activate Ghost powerup when boxed in by sticky tiles.",
|
||||||
"Players pushed into sticky tiles while in Ghost mode are no longer slowed."
|
"Players pushed into sticky tiles while in Ghost mode are no longer slowed."
|
||||||
]
|
]
|
||||||
@@ -35,15 +35,15 @@
|
|||||||
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
|
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
|
||||||
"pck_size": 0,
|
"pck_size": 0,
|
||||||
"changelog": [
|
"changelog": [
|
||||||
"Fixed Gauntlet map layout to remove red unpassable barrier blocks and center blocks.",
|
"Fixed Candy Survival map layout to remove red unpassable barrier blocks and center blocks.",
|
||||||
"Fixed Gauntlet mode to prevent powerups or sticky bubbles from spawning on boundary tiles or under the central cannon.",
|
"Fixed Candy Survival mode to prevent powerups or sticky bubbles from spawning on boundary tiles or under the central cannon.",
|
||||||
"Center Candy Cannon now shoots actual projectiles that fly towards sticky cells and leave a VFX trail.",
|
"Center Candy Cannon now shoots actual projectiles that fly towards sticky cells and leave a VFX trail.",
|
||||||
"Added new VFX to the Center Candy Cannon. It now has a glowing pink tank and spinning metallic rings.",
|
"Added new VFX to the Center Candy Cannon. It now has a glowing pink tank and spinning metallic rings.",
|
||||||
"Fixed Gauntlet Cleanser to stack charges instead of capping at 1.",
|
"Fixed Candy Survival Cleanser to stack charges instead of capping at 1.",
|
||||||
"Cleanser instantly clears a 3x3 AoE of sticky cells and frees any players inside immediately upon activation.",
|
"Cleanser instantly clears a 3x3 AoE of sticky cells and frees any players inside immediately upon activation.",
|
||||||
"Added VFX and SFX when purifying cells with the Cleanser (cyan burst particles).",
|
"Added VFX and SFX when purifying cells with the Cleanser (cyan burst particles).",
|
||||||
"Added instant visual feedback indicator for Gauntlet Cleanser using popup text when consumed.",
|
"Added instant visual feedback indicator for Candy Survival Cleanser using popup text when consumed.",
|
||||||
"Fixed Gauntlet Cleanser UI phase label layout to ensure it does not overlap with other UI elements."
|
"Fixed Candy Survival Cleanser UI phase label layout to ensure it does not overlap with other UI elements."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
|
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
|
||||||
"pck_size": 0,
|
"pck_size": 0,
|
||||||
"changelog": [
|
"changelog": [
|
||||||
"Rebuilt Gauntlet game mode with new wave-based mechanics and arena redesign",
|
"Rebuilt Candy Survival game mode with new wave-based mechanics and arena redesign",
|
||||||
"Added freeze-area VFX \u2014 freeze powerup now shows visible icy floor spread",
|
"Added freeze-area VFX \u2014 freeze powerup now shows visible icy floor spread",
|
||||||
"Added block-wall VFX \u2014 blocked tiles now display visible barrier effect",
|
"Added block-wall VFX \u2014 blocked tiles now display visible barrier effect",
|
||||||
"Added playerboard scatter VFX \u2014 Stop n Go penalty shows shake effect",
|
"Added playerboard scatter VFX \u2014 Stop n Go penalty shows shake effect",
|
||||||
|
|||||||
@@ -5675,7 +5675,7 @@
|
|||||||
"buffers":[
|
"buffers":[
|
||||||
{
|
{
|
||||||
"byteLength":3892696,
|
"byteLength":3892696,
|
||||||
"uri":"Gauntlet%20terrain.bin"
|
"uri":"candy_survival_terrain.bin"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,12 +4,12 @@ importer="scene"
|
|||||||
importer_version=1
|
importer_version=1
|
||||||
type="PackedScene"
|
type="PackedScene"
|
||||||
uid="uid://h84tka1n1alg"
|
uid="uid://h84tka1n1alg"
|
||||||
path="res://.godot/imported/Gauntlet terrain.gltf-2ceb7292a7914d9403e396ecc5323cc2.scn"
|
path="res://.godot/imported/candy_survival_terrain.gltf-bd09dc0582dcbe3b83caf8701d640442.scn"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/models/arena/gauntlet/Gauntlet terrain.gltf"
|
source_file="res://assets/models/arena/candy_survival/candy_survival_terrain.gltf"
|
||||||
dest_files=["res://.godot/imported/Gauntlet terrain.gltf-2ceb7292a7914d9403e396ecc5323cc2.scn"]
|
dest_files=["res://.godot/imported/candy_survival_terrain.gltf-bd09dc0582dcbe3b83caf8701d640442.scn"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://dtvc1ecp4qspf"
|
uid="uid://dtvc1ecp4qspf"
|
||||||
path.s3tc="res://.godot/imported/decoration_1_tex.png-af937abfc757efeb270e0d3c97665f0d.s3tc.ctex"
|
path.s3tc="res://.godot/imported/decoration_1_tex.png-25954c951b589c01f2cc603ac94aec19.s3tc.ctex"
|
||||||
path.etc2="res://.godot/imported/decoration_1_tex.png-af937abfc757efeb270e0d3c97665f0d.etc2.ctex"
|
path.etc2="res://.godot/imported/decoration_1_tex.png-25954c951b589c01f2cc603ac94aec19.etc2.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||||
"vram_texture": true
|
"vram_texture": true
|
||||||
@@ -12,8 +12,8 @@ metadata={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/models/arena/gauntlet/tex/decoration_1_tex.png"
|
source_file="res://assets/models/arena/candy_survival/tex/decoration_1_tex.png"
|
||||||
dest_files=["res://.godot/imported/decoration_1_tex.png-af937abfc757efeb270e0d3c97665f0d.s3tc.ctex", "res://.godot/imported/decoration_1_tex.png-af937abfc757efeb270e0d3c97665f0d.etc2.ctex"]
|
dest_files=["res://.godot/imported/decoration_1_tex.png-25954c951b589c01f2cc603ac94aec19.s3tc.ctex", "res://.godot/imported/decoration_1_tex.png-25954c951b589c01f2cc603ac94aec19.etc2.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://bj4aripd3jfd3"
|
uid="uid://bj4aripd3jfd3"
|
||||||
path.s3tc="res://.godot/imported/entrance-full_cart_1_tex.png-83ebc0d2d2bd582eb1cd1968cb8376d2.s3tc.ctex"
|
path.s3tc="res://.godot/imported/entrance-full_cart_1_tex.png-4325c61d98e62ac362acd6c3ccdc0646.s3tc.ctex"
|
||||||
path.etc2="res://.godot/imported/entrance-full_cart_1_tex.png-83ebc0d2d2bd582eb1cd1968cb8376d2.etc2.ctex"
|
path.etc2="res://.godot/imported/entrance-full_cart_1_tex.png-4325c61d98e62ac362acd6c3ccdc0646.etc2.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||||
"vram_texture": true
|
"vram_texture": true
|
||||||
@@ -12,8 +12,8 @@ metadata={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/models/arena/gauntlet/tex/entrance-full_cart_1_tex.png"
|
source_file="res://assets/models/arena/candy_survival/tex/entrance-full_cart_1_tex.png"
|
||||||
dest_files=["res://.godot/imported/entrance-full_cart_1_tex.png-83ebc0d2d2bd582eb1cd1968cb8376d2.s3tc.ctex", "res://.godot/imported/entrance-full_cart_1_tex.png-83ebc0d2d2bd582eb1cd1968cb8376d2.etc2.ctex"]
|
dest_files=["res://.godot/imported/entrance-full_cart_1_tex.png-4325c61d98e62ac362acd6c3ccdc0646.s3tc.ctex", "res://.godot/imported/entrance-full_cart_1_tex.png-4325c61d98e62ac362acd6c3ccdc0646.etc2.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://0l80cm4wunmg"
|
uid="uid://0l80cm4wunmg"
|
||||||
path.s3tc="res://.godot/imported/stone_1_tex.png-0d39863f60134c088b5ca17e8be09b88.s3tc.ctex"
|
path.s3tc="res://.godot/imported/stone_1_tex.png-2d8b2e8c3fdc8f6f8693c38a25fc12a2.s3tc.ctex"
|
||||||
path.etc2="res://.godot/imported/stone_1_tex.png-0d39863f60134c088b5ca17e8be09b88.etc2.ctex"
|
path.etc2="res://.godot/imported/stone_1_tex.png-2d8b2e8c3fdc8f6f8693c38a25fc12a2.etc2.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||||
"vram_texture": true
|
"vram_texture": true
|
||||||
@@ -12,8 +12,8 @@ metadata={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/models/arena/gauntlet/tex/stone_1_tex.png"
|
source_file="res://assets/models/arena/candy_survival/tex/stone_1_tex.png"
|
||||||
dest_files=["res://.godot/imported/stone_1_tex.png-0d39863f60134c088b5ca17e8be09b88.s3tc.ctex", "res://.godot/imported/stone_1_tex.png-0d39863f60134c088b5ca17e8be09b88.etc2.ctex"]
|
dest_files=["res://.godot/imported/stone_1_tex.png-2d8b2e8c3fdc8f6f8693c38a25fc12a2.s3tc.ctex", "res://.godot/imported/stone_1_tex.png-2d8b2e8c3fdc8f6f8693c38a25fc12a2.etc2.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://dvgs2vyv5eb0u"
|
uid="uid://dvgs2vyv5eb0u"
|
||||||
path.s3tc="res://.godot/imported/test 4.jpg-b862580b481399a32693b11efc9fb787.s3tc.ctex"
|
path.s3tc="res://.godot/imported/test 4.jpg-3789a118e5761b9d191559742508db6e.s3tc.ctex"
|
||||||
path.etc2="res://.godot/imported/test 4.jpg-b862580b481399a32693b11efc9fb787.etc2.ctex"
|
path.etc2="res://.godot/imported/test 4.jpg-3789a118e5761b9d191559742508db6e.etc2.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||||
"vram_texture": true
|
"vram_texture": true
|
||||||
@@ -12,8 +12,8 @@ metadata={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/models/arena/gauntlet/tex/test 4.jpg"
|
source_file="res://assets/models/arena/candy_survival/tex/test 4.jpg"
|
||||||
dest_files=["res://.godot/imported/test 4.jpg-b862580b481399a32693b11efc9fb787.s3tc.ctex", "res://.godot/imported/test 4.jpg-b862580b481399a32693b11efc9fb787.etc2.ctex"]
|
dest_files=["res://.godot/imported/test 4.jpg-3789a118e5761b9d191559742508db6e.s3tc.ctex", "res://.godot/imported/test 4.jpg-3789a118e5761b9d191559742508db6e.etc2.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://bvo6bnslmdkf6"
|
uid="uid://bvo6bnslmdkf6"
|
||||||
path.s3tc="res://.godot/imported/wheat_tex.png-5155131b84e20db21cd1bd220c99ab9a.s3tc.ctex"
|
path.s3tc="res://.godot/imported/wheat_tex.png-a558edd9475502cd09b2a9559df9a4df.s3tc.ctex"
|
||||||
path.etc2="res://.godot/imported/wheat_tex.png-5155131b84e20db21cd1bd220c99ab9a.etc2.ctex"
|
path.etc2="res://.godot/imported/wheat_tex.png-a558edd9475502cd09b2a9559df9a4df.etc2.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||||
"vram_texture": true
|
"vram_texture": true
|
||||||
@@ -12,8 +12,8 @@ metadata={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/models/arena/gauntlet/tex/wheat_tex.png"
|
source_file="res://assets/models/arena/candy_survival/tex/wheat_tex.png"
|
||||||
dest_files=["res://.godot/imported/wheat_tex.png-5155131b84e20db21cd1bd220c99ab9a.s3tc.ctex", "res://.godot/imported/wheat_tex.png-5155131b84e20db21cd1bd220c99ab9a.etc2.ctex"]
|
dest_files=["res://.godot/imported/wheat_tex.png-a558edd9475502cd09b2a9559df9a4df.s3tc.ctex", "res://.godot/imported/wheat_tex.png-a558edd9475502cd09b2a9559df9a4df.etc2.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://benj5oo1r1lx1"
|
uid="uid://benj5oo1r1lx1"
|
||||||
path.s3tc="res://.godot/imported/wooden_entrance_tex.png-a1135d5fc57dd4f2eb87de9d588f5dba.s3tc.ctex"
|
path.s3tc="res://.godot/imported/wooden_entrance_tex.png-da70dfcfdec9f463de59329a619ab805.s3tc.ctex"
|
||||||
path.etc2="res://.godot/imported/wooden_entrance_tex.png-a1135d5fc57dd4f2eb87de9d588f5dba.etc2.ctex"
|
path.etc2="res://.godot/imported/wooden_entrance_tex.png-da70dfcfdec9f463de59329a619ab805.etc2.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||||
"vram_texture": true
|
"vram_texture": true
|
||||||
@@ -12,8 +12,8 @@ metadata={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/models/arena/gauntlet/tex/wooden_entrance_tex.png"
|
source_file="res://assets/models/arena/candy_survival/tex/wooden_entrance_tex.png"
|
||||||
dest_files=["res://.godot/imported/wooden_entrance_tex.png-a1135d5fc57dd4f2eb87de9d588f5dba.s3tc.ctex", "res://.godot/imported/wooden_entrance_tex.png-a1135d5fc57dd4f2eb87de9d588f5dba.etc2.ctex"]
|
dest_files=["res://.godot/imported/wooden_entrance_tex.png-da70dfcfdec9f463de59329a619ab805.s3tc.ctex", "res://.godot/imported/wooden_entrance_tex.png-da70dfcfdec9f463de59329a619ab805.etc2.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user