Search found 44 matches

by com_1
Mon Oct 25, 2010 5:57 pm
Forum: Support and Development
Topic: I have a question.
Replies: 96
Views: 28528

Re: I have a question.

Thanks for your help.

It will take time, something to understand how it works.

I first saw(see) what LUA only a week ago. (thanks "Love2D")
by com_1
Mon Oct 25, 2010 5:27 pm
Forum: Support and Development
Topic: I have a question.
Replies: 96
Views: 28528

Re: I have a question.

LEN, MOD, SPLIT - is it possible on "Love2D" ?

If yes then how ?
by com_1
Sat Oct 23, 2010 11:42 am
Forum: Support and Development
Topic: I have a question.
Replies: 96
Views: 28528

Re: I have a question.

The problem is here. Images that have dimensions that are not a 2^n will display incorrectly as a white rectangle on some graphics chipsets. This function pads images so they will display correctly. Only Examples of this are 8x8, 16x16, 32x32, 64x64, 128x128, 256x256 and so on. works without problem...
by com_1
Sat Oct 23, 2010 12:22 am
Forum: Support and Development
Topic: I have a question.
Replies: 96
Views: 28528

I have a question.

Sorry for my english. 2 days ago, downloaded and installed - "LOVE". With graphics ok. but with images is problem. (loaded only white square) The picture is the same place where "main.lua" WHAT IS WRONG ? function love.load() image = love.graphics.newImage("test.bmp") e...