Added Sussy Imposter (he's very sussy and he wants to kill you) and improved jumping of every entity
This commit is contained in:
@@ -3,11 +3,13 @@ minetest.register_on_joinplayer(function(player)
|
||||
--player:set_sky({r=0, g=0, b=0}, "plain", {})
|
||||
|
||||
-- play music in loop without position
|
||||
--minetest.sound_play("amogus_incomming", {
|
||||
-- to_player = player:get_player_name(),
|
||||
-- loop = true,
|
||||
-- gain = 1
|
||||
--})
|
||||
if false then
|
||||
minetest.sound_play("amogus_incomming", {
|
||||
to_player = player:get_player_name(),
|
||||
loop = true,
|
||||
gain = 1
|
||||
})
|
||||
end
|
||||
end)
|
||||
|
||||
amogus_general = { }
|
||||
@@ -17,6 +19,7 @@ sounds_config = {
|
||||
-- format: {sound name, number of sounds to ramdomly choose from}
|
||||
-- so for example if sound name is "test" and the number of sounds is 3, file names that will be randomly chosen are: "test1", "test2", "test3"
|
||||
{"amogus_sound", 3},
|
||||
{"sus_sound", 3}
|
||||
}
|
||||
|
||||
|
||||
|
||||
BIN
mods/amogus_general/sounds/sus_sound1.ogg
Normal file
BIN
mods/amogus_general/sounds/sus_sound1.ogg
Normal file
Binary file not shown.
BIN
mods/amogus_general/sounds/sus_sound2.ogg
Normal file
BIN
mods/amogus_general/sounds/sus_sound2.ogg
Normal file
Binary file not shown.
BIN
mods/amogus_general/sounds/sus_sound3.ogg
Normal file
BIN
mods/amogus_general/sounds/sus_sound3.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user