mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-13 01:03:07 +00:00
14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://src/UI/Timeline/FrameButton.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="FrameButton" type="Button"]
|
||
|
margin_right = 12.0
|
||
|
margin_bottom = 20.0
|
||
|
mouse_default_cursor_shape = 2
|
||
|
text = "1"
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|