mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 22:44:42 -04:00
Use error dialog instead of individual erro dialogs for when removing palettes
This commit is contained in:
parent
067f5a6109
commit
2ebdf51047
6 changed files with 10 additions and 32 deletions
|
@ -1,5 +0,0 @@
|
|||
[gd_scene format=2]
|
||||
|
||||
[node name="CantRemoveMorePalettesDialog" type="AcceptDialog"]
|
||||
window_title = "Alarm!"
|
||||
dialog_text = "You can't remove more palettes!"
|
|
@ -1,5 +0,0 @@
|
|||
[gd_scene format=2]
|
||||
|
||||
[node name="PaletteDoesntExistDialog" type="AcceptDialog"]
|
||||
window_title = "Alarm!"
|
||||
dialog_text = "Cannot remove the palette, because it doesn't exist!"
|
|
@ -1,7 +0,0 @@
|
|||
[gd_scene format=2]
|
||||
|
||||
[node name="PaletteRemoveErrorDialog" type="AcceptDialog"]
|
||||
margin_right = 90.0
|
||||
margin_bottom = 58.0
|
||||
window_title = "Alarm!"
|
||||
dialog_text = "An error occured while removing the palette! Error code: %s"
|
Loading…
Add table
Add a link
Reference in a new issue