mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
6 lines
140 B
GDScript
6 lines
140 B
GDScript
extends ConfirmationDialog
|
|
class_name UnsavedChangesDialogSingleDeck
|
|
|
|
|
|
func _init() -> void:
|
|
add_button("Don't Save", true, "force_close")
|