Added Sussy Imposter (he's very sussy and he wants to kill you) and improved jumping of every entity

This commit is contained in:
2023-02-05 23:47:35 +01:00
parent 27d36b0e8b
commit f62082d9c6
11 changed files with 607 additions and 23 deletions

View File

@@ -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}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.