Search found 148 matches

by Pangit
Mon Aug 01, 2016 2:08 am
Forum: Games and Creations
Topic: My projects and demos
Replies: 95
Views: 50102

Re: My projects and demos

Today's update: Tried to get the Navi library working with the program, everything seems to work just fine but the issue is that the pixel font is tiny. And there appears to be no way to scale it. So not sure how useful this library is going to be. Is there an alternative or will I need to write my ...
by Pangit
Mon Aug 01, 2016 1:56 am
Forum: Libraries and Tools
Topic: Navi - a message library (6/11 demo)
Replies: 111
Views: 54865

Re: Navi - a message library (6/11 demo)

Got a question, at the moment unless I am using a magnifying glass I can't read the menus. Is there a way to scale the font size? It appears to be 8 pixels high... I increased the size of the screen from 320x240 to 640x480, after resizing the assets it seems to work. But when I try the same thing wi...
by Pangit
Sun Jul 31, 2016 2:06 pm
Forum: Games and Creations
Topic: My platformer
Replies: 12
Views: 8284

Re: My platformer

Nice work, if you want to get the quit on escape - that would be a welcome feature...

Code: Select all

function love.keypressed(key)
if key == "escape" then love.event.quit() 
end
by Pangit
Sun Jul 31, 2016 1:15 am
Forum: Games and Creations
Topic: My projects and demos
Replies: 95
Views: 50102

Re: My projects and demos

Today's update: So just got the name generator library plugged in and working with the new project. As I said last night this day is going to be spent building functionality into stuff I already did. So getting SUIT working for each scene where its applicable. Music from TEsound is now working throu...
by Pangit
Sat Jul 30, 2016 3:07 pm
Forum: Games and Creations
Topic: My projects and demos
Replies: 95
Views: 50102

Re: My projects and demos

Today's update: Had a nice morning editing art assets, then got cracking with the coding. Have spent the day merging the assets and libraries from the previous projects into the current one. And also adding a few libraries I always wanted to get in the game (lue) as much as possible I would like to ...
by Pangit
Fri Jul 29, 2016 8:24 pm
Forum: Support and Development
Topic: Need help with resources
Replies: 5
Views: 3062

Re: Need help with resources

Trying to track down mod authors sometimes decades after they have left the scene is an adventure in itself. A lot of the really good composers were based in eastern Europe so you have a language barrier also to face and many people moved on with life. But modarchive has a forum to make contact and ...
by Pangit
Fri Jul 29, 2016 12:40 pm
Forum: Support and Development
Topic: Need help with resources
Replies: 5
Views: 3062

Re: Need help with resources

Best is to make it yourself, nobody knows what you want better than you. But assuming you don't have the time or the budget to create your own stuff... For music I would say visit Eric Matyas - http://soundimage.org He works very hard. Another place to check out is Kevin MacLeod - http://incompetech...
by Pangit
Thu Jul 28, 2016 11:23 pm
Forum: Games and Creations
Topic: My projects and demos
Replies: 95
Views: 50102

Re: My projects and demos

Today's update: Tip:To avoid some needless/pointless frustration. You start the package zerobrane-studio from the terminal with zbstudio. It is Ok program. would be useful for debugging. but for day to day stuff I will just stick to joe and the terminal. Today's task continue combining all my previo...
by Pangit
Thu Jul 28, 2016 6:46 am
Forum: Games and Creations
Topic: My projects and demos
Replies: 95
Views: 50102

Re: My projects and demos

Today's update: Spent most of yesterday getting assets together for an experiment after playing dark-lands again had another idea how to handle the towns/cities in game art style wise. Figure am going to crack on and complete the menus. start thinking about the transition library. Tonight's update: ...