Update 6.8

This commit is contained in:
chardub
2026-07-10 15:42:06 -04:00
parent 5b85e72cb2
commit 6a6f126a18
7871 changed files with 493194 additions and 224826 deletions
@@ -296,7 +296,7 @@ class SlotMachineScene
@sprites["window1"].setBitmap(sprintf("Graphics/Pictures/Slot Machine/stop"))
@sprites["window1"].src_rect.set(152*((frame/spinFrameTime)%4),0,152,208)
if Input.trigger?(Input::USE)
pbSEPlay("Slots stop")
pbSEPlay("SlotsStop")
if @sprites["reel1"].spinning
@sprites["reel1"].stopSpinning(@replay)
@sprites["button1"].visible=true
@@ -330,7 +330,7 @@ class SlotMachineScene
@sprites["window2"].src_rect.set(152*((frame/insertFrameTime)%2),0,152,208)
end
if Input.trigger?(Input::DOWN) && @wager<3 && @sprites["credit"].score>0
pbSEPlay("Slots coin")
pbSEPlay("SlotsCoin")
@wager+=1
@sprites["credit"].score-=1
if @wager>=3