Benjamin Jordanou-Bailey

Results 3 issues of Benjamin Jordanou-Bailey

OS: MacOS Processor: M2 Comfy Version: 0.3.1 from crates.io After following the guide here: https://comfyengine.org/book/releasing/ I was unable to run my game on itch.io. It showed a blank screen. Using...

OS: MacOS Sonoma CPU: M2 Comfy Commit: 052307e on master Here is my simple game: https://github.com/Sigmoidle/cat_ball_wow When running `cargo run` I get this error. ``` LOGGER: env_logger thread 'main' panicked...

I have exposed the following function to the user: `get_touch_locations() -> Vec` Things to check: - Currently the Vec2 is in screen position and not world position. Which should be...