Search found 10 matches

by gagagott
Thu Dec 18, 2008 7:13 pm
Forum: Games and Creations
Topic: Match game
Replies: 8
Views: 8283

Re: Match game

I made an image with a transperant background but when i use it with Löve there was a ugly white rectreangle around it.
by gagagott
Tue Dec 16, 2008 1:32 pm
Forum: Games and Creations
Topic: Match game
Replies: 8
Views: 8283

Re: Match game

How about pre-made games (puzzles) in future releases?
Maybe. When I have got time and I know more about love.filesystem.



PS. Other question: Does Löve use transparent Background of Images?
by gagagott
Mon Dec 15, 2008 3:29 pm
Forum: Games and Creations
Topic: Match game
Replies: 8
Views: 8283

Re: Match game

Oh sorry I dont explain well.
It´s a tool to imitate some of these puzzles
http://www.mogu.de/Match-FRS.html

PS. while you have one, with RMB you can destroy it
by gagagott
Mon Dec 15, 2008 2:39 pm
Forum: Games and Creations
Topic: Match game
Replies: 8
Views: 8283

Match game

Thats the result from a math school project where we have to explain our theme to younger pupils.
our theme was Match-games
keys:

s-new match
by gagagott
Mon Dec 15, 2008 9:34 am
Forum: Support and Development
Topic: first problem
Replies: 10
Views: 12271

Re: first problem

Is there any easy way too look if the user click on a body of an image?
by gagagott
Sat Dec 13, 2008 5:07 pm
Forum: Support and Development
Topic: first problem
Replies: 10
Views: 12271

Re: first problem

I hope this is my last problem.xD
http://love2d.org/docs/Body_applyForce_2.html

what means offset?
by gagagott
Sat Dec 13, 2008 4:50 pm
Forum: Support and Development
Topic: first problem
Replies: 10
Views: 12271

Re: first problem

oh thanks I´m a little bit messy.
by gagagott
Sat Dec 13, 2008 3:35 pm
Forum: Support and Development
Topic: first problem
Replies: 10
Views: 12271

Re: first problem

ok, next question.xD why this code doesn´t change from A to I ------------------------------------------------------ function load() --Player settings player_walk_timer=0 player_skin='A' player_size=12 player_walking=false player_font = love.graphics.newFont(love.default_font, player_size) --Physica...
by gagagott
Fri Dec 12, 2008 12:05 pm
Forum: Support and Development
Topic: first problem
Replies: 10
Views: 12271

Re: first problem

oh thanks
by gagagott
Fri Dec 12, 2008 9:30 am
Forum: Support and Development
Topic: first problem
Replies: 10
Views: 12271

first problem

hi,
I´m new here and i have an noob problem.
Why this code does´t work:

Code: Select all

function load()
end

function update(dt)
end

function draw()
   love.graphics.draw("hello world",100,100)
end
only a black window apperars. why?