33 lines
997 B
Plaintext
33 lines
997 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bqxtpo2c64h22"]
|
|
|
|
[ext_resource type="Script" uid="uid://b7q4to8qjprem" path="res://addons/version_display/version_display.gd" id="1_jk1t8"]
|
|
|
|
[node name="VersionDisplay" type="CanvasLayer"]
|
|
process_mode = 3
|
|
layer = 64
|
|
follow_viewport_enabled = true
|
|
script = ExtResource("1_jk1t8")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
mouse_filter = 2
|
|
theme_override_constants/margin_left = 4
|
|
theme_override_constants/margin_top = 0
|
|
theme_override_constants/margin_right = 4
|
|
|
|
[node name="VersionLabel" type="Label" parent="MarginContainer"]
|
|
modulate = Color(1, 1, 1, 0.498039)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
text = "{GameName} - {State} - V - {Version}"
|
|
horizontal_alignment = 2
|
|
vertical_alignment = 2
|