ХАЧУ ЗВЁЗДАЧКИ

This commit is contained in:
IgorTimofeev 2023-10-09 23:43:45 +03:00
parent c8c9745df6
commit eb40203d34

View File

@ -377,7 +377,7 @@ end
local function ratingWidgetDraw(object) local function ratingWidgetDraw(object)
local x = 0 local x = 0
for i = 1, 5 do for i = 1, 5 do
screen.drawText(object.x + x, object.y, object.rating >= i and object.colors.first or object.colors.second, "*") screen.drawText(object.x + x, object.y, object.rating >= i and object.colors.first or object.colors.second, "")
x = x + object.spacing x = x + object.spacing
end end