Eiyeron / LV-100

A Love2D library to make terminal-like stuff
MIT License
25 stars 1 forks source link

Fix constructor arguments #5

Open Eiyeron opened 6 years ago

Eiyeron commented 6 years ago

Which one should I use?

terminal(self, canvas_width, canvas_height, font, custom_char_width, custom_char_height)

or

terminal(self, num_chars_in_row, num_chars_in_column, font, custom_char_width, custom_char_height)
fl215 commented 3 years ago

second one