This commit is contained in:
parent
4da0a57e95
commit
672db7654b
|
|
@ -2,7 +2,7 @@ function playSubspace(file) {
|
||||||
var audio = new Audio("https://JustAGenericUsername.github.io/" + file + ".mp3");
|
var audio = new Audio("https://JustAGenericUsername.github.io/" + file + ".mp3");
|
||||||
audio.play();
|
audio.play();
|
||||||
}
|
}
|
||||||
elements.subspace_trimpine = {
|
elements.subspace_tripmine = {
|
||||||
color: "#2e2430",
|
color: "#2e2430",
|
||||||
behavior: behaviors.STURDYPOWDER,
|
behavior: behaviors.STURDYPOWDER,
|
||||||
maxSize: 1,
|
maxSize: 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue