mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-07 19:09:50 +00:00
15 lines
512 B
Plaintext
15 lines
512 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="LinkedIndicator" type="Polygon2D" parent="." index="1"]
|
|
color = Color( 0, 1, 0, 1 )
|
|
invert_enable = true
|
|
invert_border = 1.0
|
|
polygon = PoolVector2Array( 0, 0, 36, 0, 36, 36, 0, 36 )
|