
Prior minigame:
- Allow you to run minigame with simple export
- Responsive (Created with love for all resolutions)
- CPU (0.00ms resmon)
- Based on vue framework (extremely fast)
- Possibilities for each export:
– Set time in seconds
– Set round count
– Set progressbar color (# hex)
– Set text which shows over minigame
Export example:
-- 5 second , 9 round minigame with yellow bar.
exports["ps-minigame"]:priorminigame(5, 9, '#ebd621', 'Test game ;3',
function() -- success
print("success")
-- Add your code on success.
end,
function() -- failure
print("failure")
-- Add your code on fail.
end)

Just to be clear, the mouse won’t show like in the video.
Switch colors:

| Code is accessible | |
| Subscription-based | |
| Lines (approximately) | 500+ |
| Requirements | |
| Support |
