challenge-editor/scene/attribute.tscn

40 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-09-11 17:44:37 +08:00
[gd_scene load_steps=3 format=3 uid="uid://byxb45wjr2gct"]
2024-09-12 21:55:55 +08:00
[ext_resource type="Texture2D" uid="uid://bjfkp3bcw7rjj" path="res://res/ui/ui_005_basic_message/tuceng1.png" id="1_xlwgk"]
2024-09-11 17:44:37 +08:00
[ext_resource type="Script" path="res://scene/attribute.gd" id="2_op6dx"]
[node name="attribute" type="TextureRect"]
anchors_preset = -1
anchor_right = 0.111979
anchor_bottom = 0.05
texture = ExtResource("1_xlwgk")
stretch_mode = 5
script = ExtResource("2_op6dx")
metadata/_edit_use_anchors_ = true
[node name="name" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 0
anchor_left = 0.0604651
anchor_right = 0.618605
anchor_bottom = 0.907407
theme_override_colors/font_color = Color(0.8, 0.8, 0.8, 1)
theme_override_font_sizes/font_size = 28
text = "生命"
vertical_alignment = 1
metadata/_edit_use_anchors_ = true
[node name="value" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = -1
anchor_left = 0.502326
anchor_right = 0.962791
anchor_bottom = 0.907407
theme_override_colors/font_color = Color(0.8, 0.8, 0.8, 1)
theme_override_font_sizes/font_size = 28
text = "100"
horizontal_alignment = 2
vertical_alignment = 1
metadata/_edit_use_anchors_ = true