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.
21 lines
705 B
21 lines
705 B
[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="."] |
|
layout_mode = 1 |
|
offset_right = 90.0 |
|
offset_bottom = 160.0 |
|
pivot_offset = Vector2(45, 160) |
|
theme_override_styles/panel = ExtResource("2_cbb73")
|
|
|