save work and menu
This commit is contained in:
9
script/score.gd
Normal file
9
script/score.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
class_name Score
|
||||
extends Resource
|
||||
|
||||
@export var score_singleplayer : Dictionary[String, int]
|
||||
@export var score_multiplayer: Dictionary[String, int]
|
||||
|
||||
|
||||
func save():
|
||||
ResourceSaver.save(self, "user://Score.res")
|
||||
Reference in New Issue
Block a user