Search found 5 matches

by mzelinka
Sat Nov 03, 2012 1:50 pm
Forum: Support and Development
Topic: Change the properties of my game's exe file
Replies: 3
Views: 2207

Change the properties of my game's exe file

Hello, I made an executable file out Love-File, the problem is that in the description label it says: LOVE 0.8.0, how can I change it to my game title?
by mzelinka
Fri Nov 02, 2012 5:39 pm
Forum: Support and Development
Topic: [Resolved] The center of screen
Replies: 3
Views: 2389

Re: The center of screen

Thanks, for answers! :awesome: :crazy:
everything works now.
by mzelinka
Fri Nov 02, 2012 4:45 pm
Forum: Support and Development
Topic: [Resolved] The center of screen
Replies: 3
Views: 2389

[Resolved] The center of screen

Hello, I want my picture (50x50) to be positioned on the center of the screen, but do not know how, I have tried this: self.x = love.graphics.getWidth() - (self.image:getWidth() / 2) self.y = love.graphics.getHeight() - (self.image:getHeight() / 2) but it does not work :( , and also: does love suppo...
by mzelinka
Fri Nov 02, 2012 6:11 am
Forum: Support and Development
Topic: [Resolved] Auto Reloading assets
Replies: 2
Views: 2015

Re: Auto Reloading assets

Thanks, it is working!! :awesome:
by mzelinka
Thu Nov 01, 2012 6:40 pm
Forum: Support and Development
Topic: [Resolved] Auto Reloading assets
Replies: 2
Views: 2015

[Resolved] Auto Reloading assets

Hello, I am looking for a way to automatically reload modified image or sound, like in this video: Link to YouTube, , is there any way to do this in LOVE2D?