Merge pull request #2801 from Mailaender/hotkey-cleanup
Remove inconsistencies that crash C&C mod
This commit is contained in:
BIN
mods/cnc/bits/nopower.shp
Normal file
BIN
mods/cnc/bits/nopower.shp
Normal file
Binary file not shown.
BIN
mods/cnc/bits/poweroff.shp
Normal file
BIN
mods/cnc/bits/poweroff.shp
Normal file
Binary file not shown.
@@ -112,7 +112,6 @@ Container@PLAYER_WIDGETS:
|
||||
ImageCollection:order-icons
|
||||
ImageName:options
|
||||
ToggleButton@SELL_BUTTON:
|
||||
Key: [
|
||||
X:82
|
||||
Y:0-24
|
||||
Width:30
|
||||
@@ -126,7 +125,6 @@ Container@PLAYER_WIDGETS:
|
||||
Y:5
|
||||
ImageCollection:order-icons
|
||||
ToggleButton@REPAIR_BUTTON:
|
||||
Key: ]
|
||||
X:122
|
||||
Y:0-24
|
||||
Width:30
|
||||
|
||||
@@ -272,4 +272,16 @@ Cursors:
|
||||
start:213
|
||||
length:1
|
||||
x:12
|
||||
y:12
|
||||
y:12
|
||||
|
||||
nopower: cursor
|
||||
powerdown-blocked:
|
||||
start:0
|
||||
length: 1
|
||||
x: 12
|
||||
y: 12
|
||||
powerdown:
|
||||
start:1
|
||||
length: 3
|
||||
x: 12
|
||||
y: 12
|
||||
@@ -29,6 +29,8 @@ Sounds:
|
||||
CashTickUp:
|
||||
CashTickDown:
|
||||
LevelUp: text2
|
||||
DisablePower: bleep11
|
||||
EnablePower: bleep12
|
||||
ChatLine: scold1
|
||||
TabClick: button
|
||||
ClickSound: button
|
||||
|
||||
@@ -269,3 +269,13 @@ overlay:
|
||||
Start: 0
|
||||
target-invalid:
|
||||
Start: 1
|
||||
|
||||
powerdown:
|
||||
disabled: speed
|
||||
Start: 3
|
||||
|
||||
poweroff:
|
||||
offline:
|
||||
Start: 0
|
||||
Length: *
|
||||
Tick: 160
|
||||
Reference in New Issue
Block a user