feat: implement login screen UI and update project version to 2.1.6
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
## [NEXT]
|
## [NEXT]
|
||||||
|
|
||||||
|
## [2.1.6] — 2026-04-24
|
||||||
- Added Gacha system with Star and Gold banners (1x & 10x pulls)
|
- Added Gacha system with Star and Gold banners (1x & 10x pulls)
|
||||||
- Fragment Craft system — collect drops to craft exclusive skins
|
- Fragment Craft system — collect drops to craft exclusive skins
|
||||||
- Fixed boot screen stuck on "Checking versions..."
|
- Fixed boot screen stuck on "Checking versions..."
|
||||||
|
|||||||
@@ -1,7 +1,18 @@
|
|||||||
{
|
{
|
||||||
"latest_version": "2.1.5",
|
"latest_version": "2.1.6",
|
||||||
"minimum_app_version": "2.1.0",
|
"minimum_app_version": "2.1.0",
|
||||||
"releases": [
|
"releases": [
|
||||||
|
{
|
||||||
|
"version": "2.1.6",
|
||||||
|
"date": "2026-04-24",
|
||||||
|
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
|
||||||
|
"pck_size": 0,
|
||||||
|
"changelog": [
|
||||||
|
"Added Gacha system with Star and Gold banners (1x & 10x pulls)",
|
||||||
|
"Fragment Craft system — collect drops to craft exclusive skins",
|
||||||
|
"Fixed boot screen stuck on \"Checking versions...\""
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "2.1.5",
|
"version": "2.1.5",
|
||||||
"date": "2026-04-20",
|
"date": "2026-04-20",
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true
|
|||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Tekton Dash Armageddon"
|
config/name="Tekton Dash Armageddon"
|
||||||
config/version="2.1.5"
|
config/version="2.1.6"
|
||||||
run/main_scene="res://scenes/ui/boot_screen.tscn"
|
run/main_scene="res://scenes/ui/boot_screen.tscn"
|
||||||
config/features=PackedStringArray("4.6", "Forward Plus")
|
config/features=PackedStringArray("4.6", "Forward Plus")
|
||||||
config/icon="res://icon.svg"
|
config/icon="res://icon.svg"
|
||||||
|
|||||||
@@ -316,6 +316,7 @@ horizontal_alignment = 1
|
|||||||
autowrap_mode = 2
|
autowrap_mode = 2
|
||||||
|
|
||||||
[node name="VersionLabel" type="Label" parent="." unique_id=481275614]
|
[node name="VersionLabel" type="Label" parent="." unique_id=481275614]
|
||||||
|
visible = false
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
anchors_preset = 3
|
anchors_preset = 3
|
||||||
anchor_left = 1.0
|
anchor_left = 1.0
|
||||||
@@ -331,4 +332,4 @@ grow_vertical = 0
|
|||||||
theme_override_colors/font_color = Color(0.6, 0.6, 0.6, 0.6)
|
theme_override_colors/font_color = Color(0.6, 0.6, 0.6, 0.6)
|
||||||
theme_override_font_sizes/font_size = 11
|
theme_override_font_sizes/font_size = 11
|
||||||
text = "v2.1.2"
|
text = "v2.1.2"
|
||||||
horizontal_alignment = 2
|
horizontal_alignment = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user