mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-08 05:27:12 +08:00
add outline of ship sounds
This commit is contained in:
Binary file not shown.
+1
-1
@@ -7,7 +7,6 @@ var Ship = {
|
|||||||
ALLOY_PER_THRUSTER: 1,
|
ALLOY_PER_THRUSTER: 1,
|
||||||
BASE_HULL: 0,
|
BASE_HULL: 0,
|
||||||
BASE_THRUSTERS: 1,
|
BASE_THRUSTERS: 1,
|
||||||
|
|
||||||
currentMusic: 0,
|
currentMusic: 0,
|
||||||
MUSIC: {
|
MUSIC: {
|
||||||
0: '/audio/ship.wav'
|
0: '/audio/ship.wav'
|
||||||
@@ -100,6 +99,7 @@ var Ship = {
|
|||||||
Notifications.notify(Ship, _('somewhere above the debris cloud, the wanderer fleet hovers. been on this rock too long.'));
|
Notifications.notify(Ship, _('somewhere above the debris cloud, the wanderer fleet hovers. been on this rock too long.'));
|
||||||
$SM.set('game.spaceShip.seenShip', true);
|
$SM.set('game.spaceShip.seenShip', true);
|
||||||
}
|
}
|
||||||
|
Ship.setMusic();
|
||||||
|
|
||||||
Engine.moveStoresView(null, transition_diff);
|
Engine.moveStoresView(null, transition_diff);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user