Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
at main 17 lines 591 B view raw
1{ 2 {type='rows', width=800, default={font={size=21}, line_height=35}, 3 {type='text', font={size=28}, line_height=50, 4 {'LOVE@{LÖVE} > Sensoren', 5 attrs={ 6 LOVE={target='--love'}, 7 }}, 8 }, 9 {type='filler', height=15}, 10 {type='text', border='grey', 'Touch (Maus/Bildschirm)', target='--love-touch'}, 11 {type='text', border='grey', 'Tastatur', target='--love-kbd'}, 12 13 {type='filler', height=10}, 14 {type='text', 'love.timer.getTime()', font={size=24}}, 15 {type='text', ' gibt vergangene Zeit seit einem willkürlichen Punkt zurück'}, 16 } 17}