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