Search found 53 matches

by Lovingsoul1337
Sun May 03, 2020 3:53 pm
Forum: General
Topic: Just love that Song !
Replies: 1
Views: 6108

Just love that Song !

https://www.youtube.com/watch?v=JR49dyo-y0E -- if i think about it i even feel it ! Can you too ?
by Lovingsoul1337
Fri May 01, 2020 2:40 pm
Forum: Support and Development
Topic: IPairs and tables
Replies: 7
Views: 3264

Re: IPairs and tables

Thanks will remember this with the return of setmetatable ! I got rid of this problem: But got another one for some reason my playscene never get's called i tryd to traceback(did put prints ) the problem but i dont find it... --> https://snipboard.io/tqB5Ah.jpg this is my output --> https://snipboar...
by Lovingsoul1337
Fri May 01, 2020 10:36 am
Forum: Support and Development
Topic: Atom Love Lua Linter
Replies: 0
Views: 5844

Atom Love Lua Linter

Good morning ! I did post one of my issues yesterday on reddit and someome just said i got a typo as usual ^^ then he recommend a linter or syntax highlighter... but i got one installed but for some reason it dont work with atom you may have a idea why love-ide on atom dont show me the syntax highli...
by Lovingsoul1337
Thu Apr 30, 2020 10:30 pm
Forum: Support and Development
Topic: Suggestion Line Numbers...for this Forum :)
Replies: 0
Views: 5892

Suggestion Line Numbers...for this Forum :)

Hey i noticed there are no Line Codes if you want post Code. I did google a little bit and found this thread: --> https://www.phpbb.com/community/viewtopic.php?t=2510941 these post's seems interesting may it helps ! If not im okay with it. https://codepen.io/elomatreb/pen/hbgxp https://www.sylvaindu...
by Lovingsoul1337
Thu Apr 30, 2020 10:18 pm
Forum: Support and Development
Topic: IPairs and tables
Replies: 7
Views: 3264

Re: IPairs and tables

Im new but i think it's return a table from a modul. local spritecomponent = {} spritecomponent .__index = spritecomponent function spritecomponent.new(path) local self = {} self.image = love.graphics.newImage(path) setmetatable(self, spritecomponent ) return self end return spritecomponent
by Lovingsoul1337
Thu Apr 30, 2020 8:04 pm
Forum: Support and Development
Topic: IPairs and tables
Replies: 7
Views: 3264

Re: IPairs and tables

Forgot to add my parameter did add it now but still not work. self:addPlayer(spritecomponent('Assets/lovie_modern.png'), positoncomponent(250,250)) function world:addPlayer(playerComponents) -- is this a table ? or have i do something else to do it a table ? for key, value in ipairs(playerComponents...
by Lovingsoul1337
Thu Apr 30, 2020 7:20 pm
Forum: Support and Development
Topic: IPairs and tables
Replies: 7
Views: 3264

IPairs and tables

Hey can you may help me with my Code ? For some reason it says: Error EntityComponent/world.lua:21: bad argument #1 to 'ipairs' (table expected, got nil) local system = require('EntityComponent.system') local system = require('EntityComponent.system') local positioncomponent = require('EntityCompone...
by Lovingsoul1337
Fri Apr 24, 2020 4:27 pm
Forum: General
Topic: Looking for a Teammember ! Lua & Love !
Replies: 1
Views: 5460

Looking for a Teammember ! Lua & Love !

Hey there, i did start designing my Game with pen & paper and still working on it. But i dont want work alone. Im looking for a creative allrounder that help me realize the project... My Skills: -coding -pixelart -creative If you want more details just message me about the details and we may wor...
by Lovingsoul1337
Fri Apr 24, 2020 1:40 pm
Forum: General
Topic: Is there a way to completly develop on Android ?(Tablet)
Replies: 5
Views: 7749

Re: Is there a way to completly develop on Android ?(Tablet)

I did yesterday setup my tablet and it works really good here is my setup: Hardware: Tablet - Lenovo Tab M7 would recommend a bit better one but for it's price it works good enough Keyboard - Bluetooth Keyboard for tablets Mouse - Any Bluetooth Mouse would do the trick Solarpowerbank - so you could ...
by Lovingsoul1337
Tue Apr 21, 2020 9:45 am
Forum: General
Topic: Is there a way to completly develop on Android ?(Tablet)
Replies: 5
Views: 7749

Is there a way to completly develop on Android ?(Tablet)

Hey there is it possible to completly develelop on a android Tablet ? (coding, pixeling, creating sound, and running the app) ?

Would be nice if you help me ! :)

Thanks in advance !