You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oWaterFXV2_Creat...

11 lines
253 B

FREQ = 8
AMP = 2
SPEED = 0.05
THETA = 0
y_bottom = (y - view_yview[0])
if (y_bottom < 0)
y_bottom = 0
if (y_bottom > view_hview[0])
y_bottom = view_hview[0]
mysurf = surface_create((320 + (oControl.widescreen * oControl.widescreen_space)), 240)