cleaned up elevator physics, added ability to hold the elevator at one location
added elevator with a on/off button to level highrise (0.6 chance to show up)
This commit is contained in:
landgreen
2021-05-27 07:11:39 -07:00
parent 39e6ee5dde
commit 8ab86fea09
7 changed files with 123 additions and 141 deletions

View File

@@ -3625,7 +3625,7 @@ const b = {
ammoPack: 100,
have: false,
wavePacketCycle: 0,
delay: 60,
delay: 40,
do() {
if (this.wavePacketCycle && !input.fire) {
this.wavePacketCycle = 0;