mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-12 08:43:08 +00:00
26 lines
931 B
Plaintext
26 lines
931 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://src/UI/Timeline/BaseCelButton.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://src/UI/Timeline/CelButton.gd" type="Script" id=2]
|
||
|
|
||
|
[node name="PixelCelButton" instance=ExtResource( 1 )]
|
||
|
rect_pivot_offset = Vector2( -18, 6 )
|
||
|
script = ExtResource( 2 )
|
||
|
|
||
|
[node name="PopupMenu" type="PopupMenu" parent="." index="1"]
|
||
|
margin_right = 20.0
|
||
|
margin_bottom = 20.0
|
||
|
mouse_default_cursor_shape = 2
|
||
|
items = [ "Delete", null, 0, false, false, -1, 0, null, "", false, "Link Cel", null, 0, false, false, -1, 0, null, "", false ]
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="LinkedIndicator" type="Polygon2D" parent="." index="2"]
|
||
|
color = Color( 0.0627451, 0.741176, 0.215686, 1 )
|
||
|
invert_enable = true
|
||
|
invert_border = 1.0
|
||
|
polygon = PoolVector2Array( 0, 0, 36, 0, 36, 36, 0, 36 )
|
||
|
|
||
|
[connection signal="id_pressed" from="PopupMenu" to="." method="_on_PopupMenu_id_pressed"]
|