Search found 3 matches

by CamillePaglia
Thu May 04, 2023 9:01 pm
Forum: Support and Development
Topic: Is there a limit for coordinates?
Replies: 7
Views: 1626

Re: Is there a limit for coordinates?

First of all, thanks a lot for your detailed answer, so the inertia is the issue uh, thing is I'm creating objects the same way all the way up, until it crashes. Inertia isn't to do with angles, its to do with momentum. I'm not 100% confident on the subject, but it's about the object resisting chan...
by CamillePaglia
Wed May 03, 2023 9:52 pm
Forum: Support and Development
Topic: Is there a limit for coordinates?
Replies: 7
Views: 1626

Re: Is there a limit for coordinates?

Oh hey I recently got a similar error! If it's the same issue as what I got, the issue isn't with a number that is too large, rather one that is too small: Box2D assertion failed: m_I > 0.0f Box2D (what Love uses for it's physics module) is written in C++, so you'll get C++ style programming when y...
by CamillePaglia
Wed May 03, 2023 9:04 pm
Forum: Support and Development
Topic: Is there a limit for coordinates?
Replies: 7
Views: 1626

Is there a limit for coordinates?

Hi everyone, I'm a uber newbie in gaming development, Lua and Love in general, so I may be missing something. I'm developing a simple game where players must climb walls of a tower from within. On the walls I make some spears spawn randomly as obstacles. What I have in mind it's an infinite scrollin...