replace easter egg sounds with mbp0507

This commit is contained in:
enderman0125 2024-03-13 17:28:04 -04:00
parent 088ca5cbf3
commit e3c4500f68
3 changed files with 9 additions and 9 deletions

View File

@ -2,13 +2,13 @@
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
artist = "Kevin";
name = "Kevin\'s Introduction";
goldTime = "5000";
level = "1";
type = "Beginner";
startHelpText = "Press <func:bind moveforward> to roll the marble forward and grab the gem.";
goldTime = "5000";
desc = "Roll and grab the gem to finish the level.";
artist = "Kevin";
startHelpText = "Press <func:bind moveforward> to roll the marble forward and grab the gem.";
};
new MissionArea(MissionArea) {
Area = "-360 -648 720 1296";
@ -116,12 +116,12 @@ new SimGroup(MissionGroup) {
text = "Press <func:bind movebackward> to roll the marble backward!";
};
new ScriptObject() {
pad = "2137";
bonusTime = "0";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
time = "0";
pad = "2137";
bonusTime = "0";
};
new Item() {
position = "10.6099 24.2995 499.594";
@ -133,7 +133,7 @@ new SimGroup(MissionGroup) {
rotate = "1";
};
new Item() {
position = "-3.45824 28.5578 499.927";
position = "-2.64332 26.1213 499.927";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";

Binary file not shown.

View File

@ -8,14 +8,14 @@
datablock AudioProfile(GotEggSfx)
{
filename = "~/data/sound/gotEggVoice.wav";
filename = "~/data/sound/easter.wav";
description = AudioDefault3d;
preload = true;
};
datablock AudioProfile(GotThatEggAlready)
{
filename = "~/data/sound/gotpowerup.wav";
filename = "~/data/sound/easterfound.wav";
description = AudioDefault3d;
preload = true;
};