challenge-editor/scene/auction_card.tscn
2024-10-08 17:01:28 +08:00

25 lines
692 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://bh7cd33u0jy7w"]
[ext_resource type="Texture2D" uid="uid://dchivamy84hsy" path="res://res/ui/ui_031_auction/juxing3.png" id="1_fxc5c"]
[ext_resource type="Script" path="res://scene/auction_card.gd" id="2_877km"]
[node name="auction_card" type="TextureRect"]
modulate = Color(1, 1, 1, 0)
offset_right = 348.0
offset_bottom = 425.0
mouse_filter = 2
texture = ExtResource("1_fxc5c")
expand_mode = 1
script = ExtResource("2_877km")
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
expand_mode = 1
stretch_mode = 5