mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
bf4052ad84
Everything should now be translated in Greek. Will update if I have forgotten anything. Also made some changes to the layer and frame button colors and layer position.
20 lines
609 B
Plaintext
20 lines
609 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Themes & Styles/Main Theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://Scripts/NotificationLabel.gd" type="Script" id=2]
|
|
|
|
[node name="NotificationLabel" type="Label"]
|
|
margin_right = 116.0
|
|
margin_bottom = 14.0
|
|
theme = ExtResource( 1 )
|
|
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
|
|
text = "Undo: Notification"
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Tween" type="Tween" parent="."]
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
one_shot = true
|
|
autostart = true
|
|
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|