Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Sep 30, 2024
1 parent 04cdadd commit 01d7800
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ engine:prefetch({

local sm = engine:soundmanager()

sm:play("blobs/fx.ogg")
sleep(1000)
sm:play("blobs/fx.ogg", true)

-- sm:stop("blobs/fx.ogg")
sleep(3000)
--
sm:play("blobs/sample.ogg")

-- local mr = engine:spawn("megarick")
Expand Down

0 comments on commit 01d7800

Please sign in to comment.