Windows 7
HP
RAM: 4.00 (3.75 is usable)
System Type: 64-bit
Processor AMD Athlon(tm) II X2 260u Processor, 1800 Mhz, 2 Core(s), 2 Logical Processor(s)
ATI Radeon HD 4270
Search found 3 matches
- Tue Jul 02, 2013 4:58 pm
- Forum: Support and Development
- Topic: Crash on open (Main)
- Replies: 8
- Views: 3423
- Fri Jun 28, 2013 2:42 pm
- Forum: Support and Development
- Topic: Crash on open (Main)
- Replies: 8
- Views: 3423
Re: Crash on open (Main)
Thanks and it's a crash (crashes the whole thing), not a error.
Thanks (:
Thanks (:
- Thu Jun 27, 2013 10:56 pm
- Forum: Support and Development
- Topic: Crash on open (Main)
- Replies: 8
- Views: 3423
Crash on open (Main)
function love.load() love.graphics.setBackgroundColor( 255, 255, 255 ) end function love.draw() -- I think this is the problem too (go down) local x = love.mouse.getX( ) local y = love.mouse.getY( ) love.graphics.setColor( 0, 0, 0, 255 ) love.graphics.rectangle( "fill", xCloud - 0.5, 450, ...