Search found 78 matches

by bobbymcbobface
Sun Dec 08, 2019 11:29 am
Forum: Support and Development
Topic: Running love2d programs with intellij idea [closed]
Replies: 5
Views: 3678

Re: Running love2d programs with intellij idea

Oh I'm an idiot ~ after a quick scan I realise that menu.load() wasn't being called so it was detecting A1 as a nill value

Well anyways thanks for the help and hopefully I'll get better at debugging soon

~ Thanks :)
by bobbymcbobface
Sun Dec 08, 2019 11:02 am
Forum: Support and Development
Topic: Running love2d programs with intellij idea [closed]
Replies: 5
Views: 3678

Re: Running love2d programs with intellij idea

ok so i kinda got it working but an error raised concerning my code ~ "\"C:\Program Files\LOVE\love.exe\" \"C:\path\Documents\Love2-Lua projects\Snake\"" Error: Menu.lua:292: bad argument #2 to 'printf' (number expected, got nil) stack traceback: [string "boot.lua&...
by bobbymcbobface
Sat Dec 07, 2019 8:27 pm
Forum: Games and Creations
Topic: [Android] Froggu: A Fun Arcade Game
Replies: 1
Views: 5080

Re: [Android] Froggu: A Fun Arcade Game

Looks great ~ I'd say add some animations when he swaps "lanes" if your taking feedback
by bobbymcbobface
Sat Dec 07, 2019 8:14 pm
Forum: Support and Development
Topic: Black screen on Android
Replies: 3
Views: 6225

Re: Black screen on Android

Did you allow it access to your media? Also try downloading it off of the play store if you haven't already ( as appose to an APK download :D )
by bobbymcbobface
Sat Dec 07, 2019 2:35 pm
Forum: Support and Development
Topic: Running love2d programs with intellij idea [closed]
Replies: 5
Views: 3678

Running love2d programs with intellij idea [closed]

hi all,

i need some help running love2d programs in intellij

here's what i have so far ~
a.PNG
a.PNG (16.86 KiB) Viewed 3678 times
but when i try and run it this happens ~
b.PNG
b.PNG (69.27 KiB) Viewed 3678 times
any help will be largely appreciated ~ thanks

(yes i think I've posted this topic before but it was in the wrong place and wasn't explained well)
by bobbymcbobface
Sat Dec 07, 2019 2:26 pm
Forum: General
Topic: Lua function declarations
Replies: 6
Views: 5818

Re: Lua function declarations

"love.load = function()" might have to be "love.load() = function()"
but I'd recommend doing

function love.load()
blah blah blah
end

since i think both of those functions return nil. Is there a specific error or does the code just stop entirely?
by bobbymcbobface
Fri Dec 06, 2019 8:55 pm
Forum: General
Topic: Help with shaders [Solved]
Replies: 4
Views: 4148

Re: Help with shaders

Ah thnx - I stumbled across an older wiki of that and (stupidly) assumed that was the only one out their

Sorry for the inconvenience :p
by bobbymcbobface
Fri Dec 06, 2019 5:06 pm
Forum: General
Topic: Help with shaders [Solved]
Replies: 4
Views: 4148

Re: Help with shaders

is there any moonshine shader examples you could supply me just so i can see how to use it in practice - thanks :)
by bobbymcbobface
Thu Dec 05, 2019 9:14 pm
Forum: General
Topic: Help with shaders [Solved]
Replies: 4
Views: 4148

Help with shaders [Solved]

Hi all - just need some help on how to use shaders specifically how to make a glow effect - thanks
by bobbymcbobface
Sat Nov 30, 2019 11:35 am
Forum: General
Topic: help creating a background with for i statement [closed]
Replies: 5
Views: 4272

Re: help creating a background with for i statement

--atachment removed--
Ok I managed to fix the drawing of the background but for some reason the background isn't resizing when changing the screen size (in settings) to full screen - can you help please?

thanks