Prepare v0.3.0-prealpha.2

This commit is contained in:
Alexander Sellite 2026-07-30 16:25:10 -04:00
parent 28ce6fedcb
commit c0860fac03
6 changed files with 24 additions and 19 deletions

View file

@ -179,6 +179,11 @@ var _confirmation_title_content_rest_position: Vector2 = Vector2.ZERO
func _ready() -> void:
var release_version: String = str(
ProjectSettings.get_setting("application/config/version", "")
).strip_edges()
if not release_version.is_empty():
_playtest_label.text = "v%s" % release_version
_continue_button.pressed.connect(_on_continue_pressed)
_continue_button.mouse_entered.connect(
_on_continue_stats_hover_changed.bind(true)

View file

@ -206,7 +206,7 @@ unique_name_in_owner = true
layout_mode = 2
theme_override_colors/font_color = Color(0.682, 0.733, 0.761, 1)
theme_override_font_sizes/font_size = 22
text = "pre-alpha playtest 0.2"
text = "v0.3.0-prealpha.2"
horizontal_alignment = 1
[node name="Spacer" type="Control" parent="ResponsiveTitleStage/TitlePresentationScaleRoot/Center/MainContent"]