KristalTeam / Kristal

Deltarune fangame engine for Love2D
BSD 3-Clause "New" or "Revised" License
93 stars 38 forks source link

Added Draw.printAlign() #173

Open FireRainV opened 3 weeks ago

FireRainV commented 3 weeks ago

Unlike love.graphics.printf(), this won't wrap the text, only allow aligning using the standard love.graphics.print(). Applied to the recruit menu.