Created
April 8, 2020 21:57
-
-
Save gnysek/cd7af9bd4ec8ca1bf09c6a37d1e25095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///draw_text_colour_outline(x, y, string, textColor1, textColor2, textAlpha, outlineColor1, outlineColor2, outlineAlpha, outlineThickness, outlineQuality, xscale, yscale, angle); | |
//By Blokatt - @blokatt, blokatt.net | |
var i; | |
for (i = 0; i < 360; i += 360 / argument10){ | |
draw_text_transformed_color(argument0 + lengthdir_x(argument9, i), argument1 + lengthdir_y(argument9, i), string(argument2), argument11, argument12, argument13, argument6, argument6, argument7, argument7, argument8); | |
} | |
draw_text_transformed_color(argument0, argument1, string(argument2), argument11, argument12, argument13, argument3, argument3, argument4, argument4, argument5); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment