mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 22:14:42 -04:00
Button textures change based on their filename and not their node name
Restored layer nodes back to their previous names
This commit is contained in:
parent
23b83c8864
commit
8058cf2f55
5 changed files with 25 additions and 24 deletions
|
@ -14,7 +14,7 @@ __meta__ = {
|
|||
"_edit_horizontal_guides_": [ ]
|
||||
}
|
||||
|
||||
[node name="Layer_Visible" type="TextureButton" parent="." groups=[
|
||||
[node name="VisibilityButton" type="TextureButton" parent="." groups=[
|
||||
"LayerButtons",
|
||||
]]
|
||||
margin_left = 6.0
|
||||
|
@ -68,5 +68,5 @@ editable = false
|
|||
caret_blink = true
|
||||
caret_blink_speed = 0.5
|
||||
[connection signal="pressed" from="." to="." method="_on_LayerContainer_pressed"]
|
||||
[connection signal="pressed" from="Layer_Visible" to="." method="_on_VisibilityButton_pressed"]
|
||||
[connection signal="pressed" from="VisibilityButton" to="." method="_on_VisibilityButton_pressed"]
|
||||
[connection signal="text_changed" from="HBoxContainer/LineEdit" to="." method="_on_LineEdit_text_changed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue