Search found 10 matches
- Thu Dec 18, 2008 7:13 pm
- Forum: Games and Creations
- Topic: Match game
- Replies: 8
- Views: 8904
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.
- Tue Dec 16, 2008 1:32 pm
- Forum: Games and Creations
- Topic: Match game
- Replies: 8
- Views: 8904
Re: Match game
Maybe. When I have got time and I know more about love.filesystem.How about pre-made games (puzzles) in future releases?
PS. Other question: Does Löve use transparent Background of Images?
- Mon Dec 15, 2008 3:29 pm
- Forum: Games and Creations
- Topic: Match game
- Replies: 8
- Views: 8904
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
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
- Mon Dec 15, 2008 2:39 pm
- Forum: Games and Creations
- Topic: Match game
- Replies: 8
- Views: 8904
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
our theme was Match-games
keys:
s-new match
- Mon Dec 15, 2008 9:34 am
- Forum: Support and Development
- Topic: first problem
- Replies: 10
- Views: 12803
Re: first problem
Is there any easy way too look if the user click on a body of an image?
- Sat Dec 13, 2008 5:07 pm
- Forum: Support and Development
- Topic: first problem
- Replies: 10
- Views: 12803
- Sat Dec 13, 2008 4:50 pm
- Forum: Support and Development
- Topic: first problem
- Replies: 10
- Views: 12803
Re: first problem
oh thanks I´m a little bit messy.
- Sat Dec 13, 2008 3:35 pm
- Forum: Support and Development
- Topic: first problem
- Replies: 10
- Views: 12803
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...
- Fri Dec 12, 2008 12:05 pm
- Forum: Support and Development
- Topic: first problem
- Replies: 10
- Views: 12803
Re: first problem
oh thanks
- Fri Dec 12, 2008 9:30 am
- Forum: Support and Development
- Topic: first problem
- Replies: 10
- Views: 12803
first problem
hi,
I´m new here and i have an noob problem.
Why this code does´t work:
only a black window apperars. why?
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