Search found 15 matches
- Fri Apr 17, 2020 3:24 am
- Forum: Support and Development
- Topic: love.exe does not start
- Replies: 0
- Views: 6013
love.exe does not start
Hey guys, a few months ago I was coding and everything was fine, but today I tried to run one of my projects and it decided to not work. I use ZeroBrane Studio. First I was getting "Could not initialize SDL joystick subsystem (directx error 0x)" upon launching any project. It said there wa...
- Fri Nov 04, 2016 3:55 am
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 406
- Views: 378048
Re: Löve Frames - A GUI Library
Yes, I know, it's an old library. However, I started on a game last year and stopped working on it for a while. I had been using loveframes at the tiume when it wasn't out of date. I haven't updated LOVE since then and don't plan to atm. Although I found myself at an obstacle: How do I print text OV...
- Fri Oct 09, 2015 3:53 am
- Forum: Games and Creations
- Topic: Loophole - 2D Puzzle Platformer
- Replies: 36
- Views: 28260
Re: Loophole - 2D Puzzle Platformer
You should add a pause menu with a quit function and configurable settings.
- Tue Sep 29, 2015 6:12 pm
- Forum: Support and Development
- Topic: How to make animation?
- Replies: 10
- Views: 5611
Re: How to make animation?
Well I would help although I can't seeing that you are using anim8
- Mon Sep 28, 2015 4:03 am
- Forum: Support and Development
- Topic: How to make animation?
- Replies: 10
- Views: 5611
Re: How to make animation?
Hey man, the code is really messed up. I had to spend 30 minutes to understand what's going on.. Maybe you can try using AnAL (Animation And Love) Get it here: https://love2d.org/wiki/AnAL It says that it's outdated but it's really easy for beginners in my opinion. Yeah I love AnAL :rofl: No but se...
- Mon Sep 28, 2015 3:54 am
- Forum: Support and Development
- Topic: [SOLVED] Why do i pass through the barrier i made?
- Replies: 4
- Views: 2885
Re: Why do i pass through the barrier i made?
I'm definitely not the most qualified to be trying to help but I can't find anything wrong.
- Mon Sep 28, 2015 3:01 am
- Forum: Support and Development
- Topic: [SOLVED] Why do i pass through the barrier i made?
- Replies: 4
- Views: 2885
Re: Why do i pass through the barrier i made?
If you upload a .love, I could help. To do this, follow these instructions: viewtopic.php?f=4&t=451
- Sun Sep 27, 2015 8:56 pm
- Forum: Support and Development
- Topic: [Solved] Help with basic platformer jumping
- Replies: 4
- Views: 3599
Re: Help with basic platformer jumping
Thank you so much! Also when I put the .love there I forgot to remove the start menu, I added a fully functional gui nowbobbyjones wrote:-Snip-
- Sat Sep 26, 2015 11:17 pm
- Forum: Support and Development
- Topic: [SOLVED]Require all files in a folder
- Replies: 15
- Views: 19964
Re: [SOLVED]Require all files in a folder
Snip Hey kikito, I know this is a very old thread, but, I'm having troubles with requiring. My directory is: BeaverBallRevenge/entities/beaver.lua and BeaverBallRevenge/entities/redneck.lua local entities = require.tree("entities") entities.beaver entities.redneck It gives me the followin...
- Sat Sep 26, 2015 9:34 pm
- Forum: Libraries and Tools
- Topic: Awesome Love2d - A curated list of amazingly awesome Love2D
- Replies: 9
- Views: 7487
Re: Awesome Love2d - A curated list of amazingly awesome Lov
I'll definitely use this. Make it much more organized and easy to find things!