Search found 78 matches

by bobbymcbobface
Sun Jul 07, 2019 2:30 pm
Forum: General
Topic: Custom map loading technique [Solved]
Replies: 32
Views: 24853

Re: Custom map loading technique

Ok here's what I've got so far: tileset.png local map -- stores tiledata local mapWidth, mapHeight -- width and height in tiles local mapX, mapY -- view x,y in tiles. can be a fractional value like 3.25. local tilesDisplayWidth, tilesDisplayHeight -- number of tiles to show local zoomX, zoomY local ...
by bobbymcbobface
Sun Jul 07, 2019 11:25 am
Forum: General
Topic: Custom map loading technique [Solved]
Replies: 32
Views: 24853

Custom map loading technique [Solved]

Hay i was wondering if it's possible to create a custom map loading system how this would work: it would load a map styled like this ## ######### ## ## ######### ## ## ######### ## ## ######### ## red = on screen black = off screen if the player moves to the left 1 tile would remove behind him and o...
by bobbymcbobface
Fri Jun 28, 2019 5:54 pm
Forum: Games and Creations
Topic: ItsyRealm - 3D single-player RPG
Replies: 40
Views: 124895

Re: ItsyRealm - 3D single-player RPG

I just played a bit of your game and i already love it well done you should be proud of yourself!!
by bobbymcbobface
Mon Jun 24, 2019 6:03 pm
Forum: Support and Development
Topic: Run love programs using intellij [Solved]
Replies: 0
Views: 6295

Run love programs using intellij [Solved]

hay guys i need some help trying to run code i made in intellij at the moment I've got it working so it runs my folder using the love.exe but each time i have to manually get rid of the exact path and set it to the folder any chance i could make this automatic? this is what i have have.PNG i need th...
by bobbymcbobface
Thu Jun 06, 2019 6:42 am
Forum: Support and Development
Topic: starting to development a game [solved]
Replies: 6
Views: 4173

Re: starting to development a game

:awesome: Thank you so much you've all been a massive help!
by bobbymcbobface
Wed Jun 05, 2019 7:48 pm
Forum: Support and Development
Topic: starting to development a game [solved]
Replies: 6
Views: 4173

Re: starting to development a game

:P Sorry to be be a pain in the A** but the problem i'm having is although i know how to do animations how do i turn that into a moving sprite?
(sorry about the double post btw)
by bobbymcbobface
Wed Jun 05, 2019 7:13 pm
Forum: Support and Development
Topic: starting to development a game [solved]
Replies: 6
Views: 4173

Re: starting to development a game

Thanks guys this is Really helpfull!
by bobbymcbobface
Tue Jun 04, 2019 8:36 pm
Forum: Support and Development
Topic: starting to development a game [solved]
Replies: 6
Views: 4173

starting to development a game [solved]

Haya i'm a noob to these forums so soz if i get something wrong but so i just want to know if anyone could show me an example of animated sprite that can jump and walk with the code so i can test around with it and learn how it's done to use in any games i want to make ty ☺ :awesome: :awesome: :awes...