save work and menu

This commit is contained in:
2025-09-07 23:13:51 +02:00
parent 2dfa874181
commit 1290cd19fb
31 changed files with 647 additions and 4717 deletions

9
script/score.gd Normal file
View 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")