准备发布正式版
This commit is contained in:
@@ -5,7 +5,7 @@ extends Control
|
||||
|
||||
# 配置
|
||||
const GAME_ID = "mengyafarm"
|
||||
const SERVER_URL = "http://47.108.90.0:5000"
|
||||
const SERVER_URL = "https://app.shumengya.top"
|
||||
const CURRENT_VERSION = GlobalVariables.client_version
|
||||
|
||||
# 更新信息
|
||||
@@ -133,8 +133,7 @@ func _on_download_button_pressed() -> void:
|
||||
show_message("无法打开浏览器,下载链接已复制到剪贴板")
|
||||
else:
|
||||
show_message("正在打开下载页面...")
|
||||
# 可选:隐藏更新面板
|
||||
self.hide()
|
||||
|
||||
|
||||
# 关闭更新面板
|
||||
func _on_close_button_pressed() -> void:
|
||||
|
||||
@@ -18,6 +18,7 @@ func SetGameVersionLabel(version :String):
|
||||
|
||||
#开始游戏
|
||||
func _on_start_game_button_pressed() -> void:
|
||||
await get_tree().process_frame
|
||||
get_tree().change_scene_to_file('res://MainGame.tscn')
|
||||
pass
|
||||
|
||||
|
||||
@@ -106,6 +106,12 @@ offset_left = 896.0
|
||||
offset_top = 205.0
|
||||
offset_right = 1226.0
|
||||
offset_bottom = 247.0
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/shadow_offset_x = 4
|
||||
theme_override_constants/shadow_offset_y = 4
|
||||
theme_override_constants/outline_size = 15
|
||||
theme_override_constants/shadow_outline_size = 0
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "加群获取最新开发动态!"
|
||||
|
||||
@@ -142,7 +148,16 @@ offset_left = -896.0
|
||||
offset_top = -47.0
|
||||
offset_right = -420.0
|
||||
offset_bottom = -7.0
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/outline_size = 15
|
||||
theme_override_constants/shadow_offset_y = 0
|
||||
theme_override_constants/shadow_offset_x = 0
|
||||
theme_override_constants/shadow_outline_size = 0
|
||||
theme_override_font_sizes/bold_italics_font_size = 0
|
||||
theme_override_font_sizes/italics_font_size = 0
|
||||
theme_override_font_sizes/mono_font_size = 0
|
||||
theme_override_font_sizes/normal_font_size = 30
|
||||
theme_override_font_sizes/bold_font_size = 0
|
||||
bbcode_enabled = true
|
||||
text = "欢迎了解灵创新媒实验室"
|
||||
horizontal_alignment = 1
|
||||
@@ -191,7 +206,6 @@ theme_override_font_sizes/font_size = 40
|
||||
text = "退出游戏"
|
||||
|
||||
[node name="GameAboutPanel" type="Panel" parent="."]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_left = 138.0
|
||||
offset_top = 80.0
|
||||
@@ -241,7 +255,7 @@ size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/outline_size = 20
|
||||
theme_override_constants/outline_size = 30
|
||||
theme_override_constants/shadow_outline_size = 10
|
||||
theme_override_font_sizes/normal_font_size = 70
|
||||
bbcode_enabled = true
|
||||
|
||||
Reference in New Issue
Block a user