mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-23 02:34:53 +00:00
remove Delete.gd and Shared.delete_save()
This commit is contained in:
parent
d6d7327d3c
commit
ca939789e8
2 changed files with 0 additions and 9 deletions
|
|
@ -430,9 +430,6 @@ func generate_username():
|
|||
var _name = pf[0] + middle[0] + sf[0] + end[0] + str(randi() % 100)
|
||||
return _name
|
||||
|
||||
func delete_save():
|
||||
print("delete save")
|
||||
|
||||
func unlock():
|
||||
print("unlock")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node2D
|
||||
|
||||
func act():
|
||||
Audio.play("menu_delete", 0.9, 1.1)
|
||||
Shared.delete_save()
|
||||
Shared.cam.shake(5)
|
||||
Loading…
Add table
Add a link
Reference in a new issue