Map unlocking and score saving

This commit is contained in:
2025-08-31 20:24:35 +02:00
parent e60c3d7b72
commit 2f9b0623f4
12 changed files with 228 additions and 41 deletions

View File

@ -3,10 +3,10 @@ extends Node
var waves = [
[
[10, 0.2, 0.8, 0.2, 0.0], #wave 1 #First path
[20, 0.4, 0.5, 0.5, 0.0], #wave 2
[30, 0.5, 0.4, 0.4, 0.1], #wave 3
[40, 0.8, 0.3, 0.2, 0.5], #wave 4
[50, 0.9, 0.1, 0.2, 0.7], #wave 5
#[20, 0.4, 0.5, 0.5, 0.0], #wave 2
#[30, 0.5, 0.4, 0.4, 0.1], #wave 3
#[40, 0.8, 0.3, 0.2, 0.5], #wave 4
#[50, 0.9, 0.1, 0.2, 0.7], #wave 5
]
]