diff --git a/components/Bullets/HeavyCrystal.tscn b/components/Bullets/HeavyCrystal.tscn index 9099a09..4b2a522 100644 --- a/components/Bullets/HeavyCrystal.tscn +++ b/components/Bullets/HeavyCrystal.tscn @@ -153,7 +153,7 @@ modulate = Color(1, 1, 1, 0) scale = Vector2(2, 2) script = ExtResource("2_ygemv") displayName = "动力水晶" -speed = 0.0 +speed = 1.0 penerate = 1.0 lifeTime = 2000.0 autoSpawnAnimation = true diff --git a/scripts/Contents/Wave.gd b/scripts/Contents/Wave.gd index 1fb1740..5282fbb 100644 --- a/scripts/Contents/Wave.gd +++ b/scripts/Contents/Wave.gd @@ -22,7 +22,7 @@ func duplicate() -> Wave: wave.per = per return wave -static var current: int = startWith(1) if WorldManager.isRelease() else startWith(10) +static var current: int = startWith(1) if WorldManager.isRelease() else startWith(20) static var WAVE_NORMAL = [ Wave.create("Hen", 1, 3, false, 0, INF, 1), Wave.create("Cat", 1, 5, false, 0, INF, 1),