
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@phaserjs/editor-scripts-audio
Advanced tools
This project contains a few Phaser Editor scripts for playing Phaser audios.
These script nodes are very basic and may fit on any Phaser Editor project.
The scripts are coded in TypeScript with ES modules.
This package depends on the following packages:
@phaserjs/editor-scripts-core
To install this in your game you have to install dependencies too:
npm install @phaserjs/editor-scripts-core
npm install @phaserjs/editor-scripts-audio
Also, you should add this package to the phasereditor2d.config.json
file in your project, in the scripts
section:
{
"scripts": [
"@phaserjs/editor-scripts-core",
"@phaserjs/editor-scripts-audio",
]
}
script
tag to the index.html
file to load the lib/phasereditor2d_scripts_core.js
file.This library provides a couple of actions for playback audio files. As a reminder, an action is executed by an event script or another action.
It also contains user components for configuring the actions.
The actions:
The user components:
Class: PlayAudioActionScript
This action plays the audio you set in the Audio Key property. You can add the Audio Loop Config and Audio Volume Config components to this script for configuring the sound.
Class: StopAudioActionScript
This action stops the audio with the given Audio Key.
Class: StopAllSoundsActionScript
This action stops all playing audios.
Class: PauseAllSoundsActionScript
This action pauses all playing sounds.
Class: ResumeAllSoundsActionScript
This action resumes all paused audios.
FAQs
Phaser Editor audio scripts.
The npm package @phaserjs/editor-scripts-audio receives a total of 0 weekly downloads. As such, @phaserjs/editor-scripts-audio popularity was classified as not popular.
We found that @phaserjs/editor-scripts-audio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.