Search found 796 matches

by togFox
Wed Nov 15, 2023 9:34 pm
Forum: Games and Creations
Topic: Medieval Zombie Dungeon Crawler
Replies: 12
Views: 98303

Re: Medieval Zombie Dungeon Crawler

Maybe dev needs to set monitor brightness to 'normal' and then check game brightness. Even better is to have a game option for that.
by togFox
Tue Nov 14, 2023 1:31 pm
Forum: Games and Creations
Topic: Vixy's Idea - Progress 1
Replies: 1
Views: 7573

Re: Vixy's Idea - Progress 1

We're going to have to rename Love2d to Love3d.
by togFox
Tue Nov 14, 2023 11:31 am
Forum: General
Topic: Wanted to show off 9 seconds
Replies: 2
Views: 8243

Wanted to show off 9 seconds

So - NONE of this work is mine but wanted to show off the most professional work I've never done. The code is from the love community github and the sound is from our very own Eric Matyas. I present a cool splash screen - play with sound. https://codeberg.org/togfox/Autarky4/src/branch/main/Resource...
by togFox
Mon Nov 13, 2023 3:52 am
Forum: Games and Creations
Topic: The Starknight JRPG is on Kickstarter now ^^
Replies: 2
Views: 11826

Re: The Starknight JRPG alpha demo is out!

Wow. Super pro. Well done. How long did that take?
by togFox
Mon Nov 13, 2023 12:07 am
Forum: General
Topic: Are you using anim8 for animation?
Replies: 5
Views: 15583

Re: Are you using anim8 for animation?

You can see here I create a flame animation and add it to the animation table. Futher down I draw all animations on the animation table in a generic way. During the update I do two things: reposition the animation because they are sometimes overlaid on top of a moving image and then decrease the tim...
by togFox
Sun Nov 12, 2023 9:50 pm
Forum: General
Topic: Are you using anim8 for animation?
Replies: 5
Views: 15583

Re: Are you using anim8 for animation?

I used anim8 for a very long time while learning love. I then realised I could roll my own animations by tracking some very simple properties and quads: - which frame to show - how quickly to change frames - how much time is left on this frame - how many frames in total - should this loop? And then ...
by togFox
Sun Nov 12, 2023 4:51 am
Forum: General
Topic: Are you using anim8 for animation?
Replies: 5
Views: 15583

Re: Are you using anim8 for animation?

https://github.com/kikito/anim8 local animation = anim8.newAnimation(frames, durations, onLoop) onLoop is an optional parameter which can be a function or a string representing one of the animation methods. It does nothing by default. If specified, it will be called every time an animation "loo...
by togFox
Wed Nov 08, 2023 9:31 am
Forum: Libraries and Tools
Topic: cindy - [0-255] color range in LÖVE 11
Replies: 12
Views: 29245

Re: cindy - [0-255] color range in LÖVE 11

Am I doing something wrong by taking the colour code and dividing by 255?
by togFox
Sun Oct 29, 2023 12:05 am
Forum: Support and Development
Topic: Translating a 2D world into a retro 3D first person perspective
Replies: 1
Views: 4353

Translating a 2D world into a retro 3D first person perspective

I'll start by being clear I'm not talking 3D models with lighting etc. I'm talking Wolfenstein flat 2D images that are placed on the screen in a way that gives you that first person vibe. I have this top-down view of the world where the submarine, when looking through the periscope, has a very limit...
by togFox
Wed Oct 25, 2023 9:26 pm
Forum: Libraries and Tools
Topic: Help for LOVE2D e-book.
Replies: 4
Views: 18175

Re: Help for LOVE2D e-book.

Most ppl start with the sheepnation tutorial as a practical way to get started. I'm on mobile and don't have the link ATM.