FCEUX Lua script - Castlevania 2 - Dracula Fight
Loading...
19
views
Loading...
Uploader Comments (ScarletSpiderDave)
see all
All Comments (4)
-
@ScarletSpiderDave: I don't actually know Lua. I mean to just fix the problem that occurs with all scripts.
-
Simon: COME AT ME BRO!
Loading...
Since I found a video of FCEUX with Lua that was uploaded recently, I wanted to ask something: Do you know how to fix the problems with Lua that FCEUX has? (Particularly, the boxes are solid; they're supposed to be just outlines).
SuperSupermario24 3 weeks ago
@SuperSupermario24
When using something like this:
gui.drawrect(int x1, int y1, int x2, int y2 [, fillcolor [, outlinecolor]]))
Use "clear" for the fillcolor.
(For reference, I use FCEUX 2.1.5)
ScarletSpiderDave 1 week ago