Search found 15 matches
- Wed Aug 30, 2017 8:28 pm
- Forum: Support and Development
- Topic: Something is wrong with my canvas. Can't spot a bug. Help? ;-;
- Replies: 9
- Views: 6574
Re: Something is wrong with my canvas. Can't spot a bug. Help? ;-;
Cupid is in game console. i usualy check and debug my games. So when i program something i can have love running and programming if i would call it 'in run'. Well this time it failed. I thnk i won't use it again if something like that can happen next time :x. I just started with classes i don't know...
- Wed Aug 30, 2017 6:19 pm
- Forum: Support and Development
- Topic: Something is wrong with my canvas. Can't spot a bug. Help? ;-;
- Replies: 9
- Views: 6574
Re: Something is wrong with my canvas. Can't spot a bug. Help? ;-;
Still didn't figured out.

- Tue Aug 29, 2017 1:42 pm
- Forum: Support and Development
- Topic: Something is wrong with my canvas. Can't spot a bug. Help? ;-;
- Replies: 9
- Views: 6574
Something is wrong with my canvas. Can't spot a bug. Help? ;-;
I am re-making my game using OOP in Lua. Looking at my old code, canvases were taking big amounts of code. What have i done? Created class Cdraw . Made load and new functions. Load, loads, new,draws. Started to create canvases that i need and start drawing them. First canvas is working fine, BUT whe...
- Sun Aug 27, 2017 6:12 pm
- Forum: Support and Development
- Topic: [solved]Cupid in game console + OOP = no draw???
- Replies: 2
- Views: 2670
Re: Cupid in game console + OOP = no draw???
Geez that was simple.
My lazy brain can not think about checking what's written on lib's page. Just download and use as normal.
It's working as should.
And also maybe "~" is not supported for your system or version of Love your using,but you can change it.
My lazy brain can not think about checking what's written on lib's page. Just download and use as normal.
It's working as should.
And also maybe "~" is not supported for your system or version of Love your using,but you can change it.
- Sun Aug 27, 2017 5:00 pm
- Forum: Support and Development
- Topic: [solved]Cupid in game console + OOP = no draw???
- Replies: 2
- Views: 2670
[solved]Cupid in game console + OOP = no draw???
I wanted to test some OOP in Lua. And it works fine. So i have created 'Player' class. Added draw. And this is the moment where problem beholds. Drawing player without cupid console works just fine but when i require cupid nothing gets drawn. Why is that? and how to fix it? What can i think of now i...
- Fri Aug 25, 2017 9:22 pm
- Forum: Games and Creations
- Topic: My First Game: Town
- Replies: 17
- Views: 17394
Re: My First Game: Town
Downloaded, Played, Amazed.
Nothing more to say!
Nothing more to say!
- Fri Aug 25, 2017 11:26 am
- Forum: Support and Development
- Topic: I would love help
- Replies: 2
- Views: 2744
Re: I would love help
First, your game needs to have main.lua in order to tell Love2D which file will be run on start. Second there are multiple ways to run your game, like drag and drop,using bat file or command prompt or just straight from IDE.. You talking about running file which would run the game. So it's batch fil...
- Tue Aug 22, 2017 6:28 pm
- Forum: Support and Development
- Topic: [solved]Is there a way to sleep/wait without freezing window?
- Replies: 6
- Views: 6728
Re: Is there a way to sleep/wait without freezing window?
After fidling around my code. I got it working, needed to make things read-able for program in order. I was using local variables in love.load. Thank you for help! One thing. I would change this: if currentSlowFrames == numberOfSlowFrames then To this: if currentSlowFrames >= numberOfSlowFrames the...
- Tue Aug 22, 2017 3:20 pm
- Forum: General
- Topic: love2d install error
- Replies: 10
- Views: 9068
Re: love2d install error
Did you used installer or zipped ?? In my case i used installer and LOVE was listed in "Lua interpreter" If you used zipped then you may need to add love.exe to your system path. Just do what i say (wrote :crazy:): 1. Right click + Computer icon -> Properties 2. Advanced System settings......
- Tue Aug 22, 2017 2:57 pm
- Forum: Libraries and Tools
- Topic: Love2D Game Library (1.1 Is Here)
- Replies: 10
- Views: 17940
Re: Love2D Game Library (1.1 Is Here)
All cool and all but could you release x86(32 bit) version ? 
