You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://1garq2laye1n"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Example/Tween/Script/TweenTest.cs" id="1_jpym0"]
|
|
|
|
[ext_resource type="StyleBox" uid="uid://t4prctf3uxtb" path="res://Example/Theme/StyleBox/CardFrame.tres" id="2_cbb73"]
|
|
|
|
|
|
|
|
[node name="EgTween" type="Control" node_paths=PackedStringArray("Target")]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
script = ExtResource("1_jpym0")
|
|
|
|
Target = NodePath("Card1")
|
|
|
|
|
|
|
|
[node name="Card1" type="Panel" parent="."]
|
|
|
|
custom_minimum_size = Vector2(90, 160)
|
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 390.0
|
|
|
|
offset_top = 488.0
|
|
|
|
offset_right = 480.0
|
|
|
|
offset_bottom = 648.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 0
|
|
|
|
pivot_offset = Vector2(45, 160)
|
|
|
|
theme_override_styles/panel = ExtResource("2_cbb73")
|