Refactor: update SPEED_LIMIT type, comment out signal, and enhance evolution logic

This commit is contained in:
Kirill
2026-07-20 00:11:44 +03:00
parent a81359c1e6
commit f4524a7acc
6 changed files with 46 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
extends Node
const SPEED_LIMIT = 4
const SPEED_LIMIT: int = 4
var Settings: Dictionary = {
"filename": "save-0001",