a few more abbreviations

This commit is contained in:
Kartik K. Agaram 2023-12-02 10:05:18 -08:00
parent bb9b47fd1a
commit e405a0aa42
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,10 @@ Example_panes = {
'color = g.setColor',
'min, max = math.min, math.max',
'abs, rand = math.abs, math.random',
'pi, cos, sin = math.pi, math.cos, math.sin',
'touches = love.touch.getTouches',
'touch = love.touch.getPosition',
'audio = love.audio.newSource',
"-- Hit 'run', Now they're available to other",
'-- panes.',
},