This repository has been archived on 2025-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
TaggedEngine/charts/dad-battle/changeFont.lua
2025-05-29 23:28:13 +07:00

5 lines
102 B
Lua

function onCreate()
setTextFont('scoreTxt', 'vcr.ttf')
setTextFont('timeTxt','timer.ttf')
end