Added hash salt, added game data saving

This commit is contained in:
gotfishmakesticks 2023-11-11 17:50:14 +03:00
commit 11ea0f0d51
7 changed files with 43 additions and 51 deletions

View file

@ -9,7 +9,7 @@ class_name Weapon
@export var shoot_timer : Timer
@export var shoot_action : String = ""
@export var spawner_points : Array[Node2D]
var id : String = "SingleLaserMk1"
@onready var ship = $"../.."
@onready var slot = $".."