1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-11-05 03:19:02 -08:00

reverse order of messages

This commit is contained in:
Connor Olding 2015-05-26 11:02:58 -07:00
parent b6b224f580
commit 6dec3657a7

View file

@ -40,7 +40,7 @@ function draw_messages()
end end
end end
for i, t in ipairs(okay) do for i, t in ipairs(okay) do
T_BL(0, i - 1, nil, t.text) T_BL(0, #okay - i, nil, t.text)
end end
messages = okay messages = okay