Skip to content

Commit b098618

Browse files
committed
Slightly fancier comment style
1 parent d82dcef commit b098618

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LuaElement_5.2.0.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GUICtrlSetColor ( $update , 0xFFFFFF )
5757

5858
GUICtrlSetBkColor ( $update , 0x000000 )
5959

60-
#cs
60+
#comments-start
6161
6262
Return Values: cache, pixel_mode, cola, colr, colg, colb, firea, firer, fireg, fireb
6363
@@ -84,7 +84,7 @@ FIRE_BLEND 0x00020000 --adds a stronger fire effect around the element, defau
8484
EFFECT_GRAVIN 0x01000000 --adds a PRTI effect. Might take some coding in an update function to get it to work properly, PRTI uses life and ctype to create the effects
8585
EFFECT_GRAVOUT 0x02000000 --adds a PRTO effect. Might take some coding in an update function to get it to work properly, PRTI uses life and ctype to create the effects
8686
87-
#ce
87+
#comments-end
8888

8989
Static $GraphicsFuncDef = "local cola, colr, colg, colb, firea, firer, fireg, fireb" & @CRLF _
9090
& "cola = 255 -- Alpha " & @CRLF _

0 commit comments

Comments
 (0)