Search found 3 matches

by aeos
Fri Mar 22, 2024 4:02 am
Forum: General
Topic: love.draw - How to run contents of a table
Replies: 2
Views: 2672

love.draw - How to run contents of a table

I trying this execution: setColor and rectangle loaded on a table, but on time of run in love.draw only do not execute nothing. im using 11.5. if anyone help me on this. example: > t = {"lg.setColor(1,0,0)","lg.rectangle('fill', 0, 20, 20, 100)"} >love.draw() > How to proceed??? ...
by aeos
Tue Jul 04, 2023 12:10 am
Forum: General
Topic: Where are you from?
Replies: 29
Views: 19940

Re: Where are you from?

Brazil, State of Sergipe.
by aeos
Wed Jun 28, 2023 5:13 pm
Forum: General
Topic: How to use one Font file with multiple style Weights?
Replies: 0
Views: 6861

How to use one Font file with multiple style Weights?

I want use the Material Symbols Outlined from Google Fonts site, but the font file sended is one file with multiple style weights, outlined and fill style. I need use the weight 100, but the Löve sets only Normal style (400) i try it local http = require("socket.http") function love.load()...