Paul Nicholas
Paul Nicholas
Hi, I'm trying to use my Thrustmaster HOTAS controller with Photoshop and there are several actions that are performed by HOLDING down a key (e.g. "[" and "]" to increase...
As the core engine takes up so much space, it would be nice if there was a way to compress the Room, Object and Actor content so that it all...
It would be nice if people had the option to swap-in additional sprite tiles for use in their rooms. Ideally, this would not be stored in additional carts (as this...
(I believe you've yet to look at P8SCII, so this is just an FYI for when you do) Currently, when picotool/luamin processes source files wish such code as below: ```lua...
Looks like `cd` is missing from the list in lua.py ...which can cause issue when minifier is allowed to use it as an available identifier. (Can't see any others missing...
Hey Dan, Just wanted to let you know that I'm receiving the following errors, while running latest luamin against the following lines of code: `fillp(▒)` .\pico-dune.p8: Syntax error (remaining:b'\xe2\x96\x92)\n') at...
Hiya, Just a suggestion: rather than excluding built-in PICO-8 functions from being "minified", could luamin instead create a shorter "alias" to them? Such as... `pr=printh pr("hello world")` This is a...
Firstly, thanks for Trizbort.io - I keep rediscovering this tool on my quest to find useful adv game building tools, and it impresses me more each time I do. One...
Hi there, Firstly, thank you very much for creating this project. I am still fairly new to YAMP pipelines (and definitely new to templates), so this resource has been very...
### Current Behavior When using `Assets.load` to load a video resource in PixiJS v8.x - the video sprite does not render. ### Expected Behavior When using `Assets.load` to load a...