mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 17:49:47 +00:00
53338e4310
You can add tags by right clicking on a cel and selecting "Add Frame Tag". No tag modifying and deletion is implemented yet. I'm using a different ScrollContainer for the tags, which gets updated everytime the main timeline ScrollContainer gets updated. I hide its sliders from its theme, wish there was a more straightforward way.
25 lines
517 B
Plaintext
25 lines
517 B
Plaintext
[gd_scene format=2]
|
|
|
|
[node name="AnimationTag" type="VBoxContainer"]
|
|
margin_right = 39.0
|
|
margin_bottom = 32.0
|
|
rect_min_size = Vector2( 39, 32 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Line2D" type="Line2D" parent="."]
|
|
points = PoolVector2Array( 0, 32, 0, 0, 39, 0, 39, 32 )
|
|
width = 1.0
|
|
texture_mode = 1313163520
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 7.0
|
|
margin_right = 32.0
|
|
margin_bottom = 32.0
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 3
|
|
text = "Idle"
|
|
align = 1
|
|
valign = 1
|