feat: 2.3.2

This commit is contained in:
2026-05-19 17:30:29 +08:00
parent 7ca11c6534
commit 8430d1054e
39 changed files with 6581 additions and 738 deletions
+34 -1
View File
@@ -1,7 +1,40 @@
{
"latest_version": "2.3.2",
"latest_version": "2.3.4",
"minimum_app_version": "2.1.0",
"releases": [
{
"version": "2.3.4",
"date": "2026-05-15",
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
"pck_size": 0,
"changelog": [
"Modernized Gacha and Fragment Craft UI with Tekton dark theme and 4px bordered panels",
"Redesigned Star/Gold banner tabs with Cyan (inactive) and Dark Blue (active) styling",
"Replaced text balances with icon-based currency panels matching the Lobby style",
"Added individual fragment quantity displays (Common, Uncommon, Rare) in Craft Panel",
"Fixed RatesLabel text visibility in Gacha Panel (changed brown to light grey)",
"Updated ProfilePanel category tabs to use text labels instead of emojis",
"Standardized compact, fixed-width currency display logic across all sub-menus"
]
},
{
"version": "2.3.3",
"date": "2026-05-13",
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
"pck_size": 0,
"changelog": [
"Modernized Shop UI to match Lobby's dark theme and neutral dark-grey aesthetic",
"Replaced Label-based currency indicators with pill-shaped containers and high-quality gold/star textures",
"Integrated RichTextLabel with BBCode support for inline currency icons across all shop cards",
"Implemented active-state highlighting for shop tabs (white bg/dark text for selected)",
"Added featured banner system with sidebar support for event-based selling",
"Added 'Shop' tab to Admin Panel to manage featured banner slots and event labels",
"Standardized UI margins, button padding, and minimum sizes across shop panels",
"Added server-side RPCs for persistent featured banner management",
"Fixed missing dependency errors by clearing stale .godot cache and UID references",
"Implemented _populate_banners() function in shop_panel.gd"
]
},
{
"version": "2.3.2",
"date": "2026-05-12",
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dhha66txpcgus"
path="res://.godot/imported/item_placeholder.png-1bce3068ad9d08af10973c1bc3b84751.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/graphics/gui/inventory/item_placeholder.png"
dest_files=["res://.godot/imported/item_placeholder.png-1bce3068ad9d08af10973c1bc3b84751.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.