C.Hall
C.Hall
Is there a reason why World is a global in the Windfield library? I changed it to a local in the library without anything appearing to break. So I wanted...
signal.emit("clear") Error: library/hump/signal.lua:42: bad argument #1 to 'pairs' (table expected, got function) ```LUA function Registry:emit(s, ...) for f in pairs(self[s]) do f(...) end end ``` Registry:emit does not check if...
An option to have it try to reload the joystick selected on a timer (That way if you plug in a remote later it will refresh) An option to get...
I'm not sure what is causing it, but all my graphics seems to be black, while input appears to be working. I'm trying with https://systemlogoff.itch.io/trimono Is it a colors thing?...
**Is your feature request related to a problem? Please describe.** Yes, when you create a balloon that has a parent of a SubViewportContainer, then you use a SubViewport to ensure...