-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or aesthetic improvementNew feature or aesthetic improvementhelp wantedThis issue is craving attention from heroic souls ready to lend a handThis issue is craving attention from heroic souls ready to lend a handimportantSignificant problem that needs to be resolved as soon as feasibleSignificant problem that needs to be resolved as soon as feasible
Milestone
Description
Add sound names required for map sounds and game sounds to play, instead of relying on arbitrary integers.
Declaration on CubeScript:
registersound "jump" "player/jump01" 80
Example on C++:
playsound("jump", player);
Declaration on CubeScript:
mapsound "distantShip" "ambient/metald_01" 120
Example on CubeScript:
trigger "playSound" "proximity" [
triggersound "distantShip" $eventsource
]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or aesthetic improvementNew feature or aesthetic improvementhelp wantedThis issue is craving attention from heroic souls ready to lend a handThis issue is craving attention from heroic souls ready to lend a handimportantSignificant problem that needs to be resolved as soon as feasibleSignificant problem that needs to be resolved as soon as feasible